Teachinguide Extension

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

Teachinguide Extensionคืออะไร?

Teachinguide Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.teachinguide.com และคุณลักษณะหลักของมันคือ "Udemy course research is easy with Teachinguide. Extract ranks, sales volume, course opportunities with a few clicks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teachinguide Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
            ""
        ]
    }
}