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文件

下载Teachinguide Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
            ""
        ]
    }
}