Teachinguide Extension

Udemy course research is easy with Teachinguide. Extract ranks, sales volume, course opportunities with a few clicks.

Teachinguide Extension란 무엇입니까?

Teachinguide Extension은(는) https://www.teachinguide.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Udemy course research is easy with Teachinguide. Extract ranks, sales volume, course opportunities with a few clicks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Teachinguide Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Teachinguide Chrome Extension provides Udemy educators and instructors the ability to research content directly on the Udemy website. The Chrome Extension extracts a great deal of student demand side data, and synthesizes those to render very useful information such as your competitor's earnings, as well and topic, keyword and course ranks, sales volume, course opportunities, trends, visualizations and much more with a few clicks.

Learn more about our full suite of Teachinguide's instructor tools at https://teachinguide.com

By using this extension, you agree to Teachinguide’s Terms & Conditions available at https://www.teachinguide.com/terms                    

확장 프로그램 기본 정보

이름 Teachinguide Extension Teachinguide Extension
ID gdldalmlkonchgdhlmiapffchggpgnlg
공식 URL https://chromewebstore.google.com/detail/teachinguide-extension/gdldalmlkonchgdhlmiapffchggpgnlg
설명 Udemy course research is easy with Teachinguide. Extract ranks, sales volume, course opportunities with a few clicks.
파일 크기 2.23 MB
설치 횟수 273
현재 버전 3.0.1
최근 업데이트 2023-07-18
출시 날짜 2020-05-21
평점 3.86/5 총 7 개의 평점
개발자 https://www.teachinguide.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.teachinguide.com
도움말 페이지 URL https://www.teachinguide.com
개인정보 보호 정책 페이지 URL https://www.teachinguide.com/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teachinguide Extension",
    "description": "Udemy course research is easy with Teachinguide. Extract ranks, sales volume, course opportunities with a few clicks.",
    "version": "3.0.1",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.udemy.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.udemy.com\/*"
            ],
            "js": [
                "popup\/popup.js",
                "popup\/assets\/js\/artoo-latest.min.js",
                "popup\/assets\/js\/jqcloud.min.js"
            ],
            "css": [
                "\/popup\/popup.css",
                "\/popup\/assets\/css\/jqcloud.min.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/assets\/*"
            ],
            "matches": [
                "*:\/\/*.udemy.com\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "176744390500-i3pusl5ptgn7jkqqjgni3rhj1pvabpjj.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    }
}