Course Champ
Access historical course data on 150k+ Udemy courses. See data for estimated revenue, enrollments, and much more!
什麼是Course Champ?
Course Champ是由coursechampllc開發的Chrome擴展程式,該擴展的主要功能是“Access historical course data on 150k+ Udemy courses. See data for estimated revenue, enrollments, and much more!”。
擴展截圖
下載Course Champ擴展crx文件
下載Course Champ擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Course Champ is a freemium extension (limited features for free users). Course Champ overlays historical data right on top of Udemy. Topic research has never been easier. Top Udemy instructors rely on this tool to beat the competition and find winning topics to teach in.
擴展基本資訊
名稱 | Course Champ |
ID | hcfnakhmgamelkfeffgbmjefdmliolhg |
官方網址 | https://chromewebstore.google.com/detail/course-champ/hcfnakhmgamelkfeffgbmjefdmliolhg |
簡介 | Access historical course data on 150k+ Udemy courses. See data for estimated revenue, enrollments, and much more! |
檔案大小 | 1.43 MB |
安裝次數 | 228 |
目前版本 | 1.0.5 |
更新時間 | 2021-02-02 |
上架時間 | 2020-10-09 |
評分 | 3.00/5 共 11 次評分 |
開發者 | coursechampllc |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Course Champ", "description": "Access historical course data on 150k+ Udemy courses. See data for estimated revenue, enrollments, and much more!", "version": "1.0.5", "browser_action": { "default_title": "Course Champ", "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" }, "icons": { "128": ".\/images\/LOGO_128x128.png", "48": ".\/images\/LOGO_48x48logos.png", "32": ".\/images\/LOGO_32x32logos.png", "16": ".\/images\/16x16-Logos.png" }, "background": { "scripts": [ ".\/js\/config.js", ".\/js\/jquery.min.js", ".\/js\/core.js", ".\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.udemy.com\/courses\/*", "https:\/\/www.udemy.com\/topic\/*" ], "js": [ ".\/js\/font-awesome.js", ".\/js\/config.js", ".\/js\/core.js", ".\/js\/content-courses.js", ".\/js\/simpleNotify.js", ".\/js\/chart.js" ], "css": [ ".\/css\/simpleNotifyStyle.css", ".\/css\/content-courses.css" ] }, { "matches": [ "https:\/\/www.udemy.com\/course\/*" ], "js": [ ".\/js\/core.js", ".\/js\/config.js", ".\/js\/content-course.js", ".\/js\/chart.js" ], "css": [ ".\/css\/simpleNotifyStyle.css", ".\/css\/content-course.css" ] } ], "web_accessible_resources": [ "images\/info.png", "images\/dollar.png", "images\/lock.png", "images\/person.png", "images\/star.png", "images\/icon.png", "images\/money.png", "images\/loading.gif", "images\/stat-loading.gif", "images\/warning_icon.png", "images\/LOGO_128x128.png", "images\/logout_icon.png", "images\/icon_contact support.png" ], "permissions": [ "storage", "activeTab", "https:\/\/coursechamp.gear.host\/*" ] } |