Course Champ
Access historical course data on 150k+ Udemy courses. See data for estimated revenue, enrollments, and much more!
Qu'est-ce que Course Champ ?
Course Champ est une extension Chrome développée par coursechampllc, et sa fonction principale est "Access historical course data on 150k+ Udemy courses. See data for estimated revenue, enrollments, and much more!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Course Champ
Téléchargez les fichiers d'extension Course Champ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hcfnakhmgamelkfeffgbmjefdmliolhg |
URL Officiel | https://chromewebstore.google.com/detail/course-champ/hcfnakhmgamelkfeffgbmjefdmliolhg |
Description | Access historical course data on 150k+ Udemy courses. See data for estimated revenue, enrollments, and much more! |
Taille du Fichier | 1.43 MB |
Nombre d'Installations | 228 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2021-02-02 |
Date de Publication | 2020-10-09 |
Évaluation | 3.00/5 Total 11 Évaluations |
Développeur | coursechampllc |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |