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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Course Champ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Course Champ
ID hcfnakhmgamelkfeffgbmjefdmliolhg
공식 URL 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\/*"
    ]
}