AI 产品解读Platzi Course Data Extractor and Notion Exporter
Solves the problem of manually tracking and organizing Platzi courses by automatically exporting course details and lesson structures into a Notion database for note-taking and sequential learning.
1. User installs extension and configures Notion API Token and Database ID in Options. 2. User navigates to a Platzi course page. 3. User clicks extension icon and presses 'Obtener Datos del Curso' to scrape course info. 4. Data is displayed in popup. 5. User clicks 'Generate Page' to send data to Notion via a proxy API, creating a new page in their database.
Extracts course metadata (title, teacher, image, URL) from Platzi courses via DOM scrapingLists all course lessons/subtitlesCreates a new page in a user-specified Notion database with the extracted course dataAllows copying course details to clipboardStores Notion API credentials locally via extension options
- 目标用户
- Platzi students / Self-learners using Notion for study organization / Productivity-focused users who want to track course progress
- The extension relies on a third-party Heroku proxy (apinotion.herokuapp.com) which may be unstable or shut down.
- The scraping logic targets specific CSS classes (.CourseDetail-left-figure, etc.) that may break if Platzi updates its frontend.
- User count is very low (17), suggesting limited adoption or testing.
付费分析未识别到付费功能
The extension is completely free and open-source (MIT License). It does not implement any payment, subscription, or premium gating logic. While Notion (the destination service) has its own paid plans, the extension itself does not charge users or gate features behind a paywall.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires the user to have a Notion account and to configure a Notion API Integration Token and Database ID in the extension options. Without these credentials, the core functionality (creating pages in Notion) cannot work. This is a destination_service login requirement because the extension itself does not have its own account system but relies entirely on the user's Notion credentials.