Edpuzzle Express

Providing the right resources for academic success.

Edpuzzle Expressคืออะไร?

Edpuzzle Express เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oneway9873456 และคุณลักษณะหลักของมันคือ "Providing the right resources for academic success."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Edpuzzle Express ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension allows you to get your Edpuzzle token from the website for www.studyhallhelp.net                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Edpuzzle Express Edpuzzle Express
ID fcclcbfkilfmhcgkmgfdijheoaejjgim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim
คำอธิบาย Providing the right resources for academic success.
ขนาดไฟล์ 167 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.21
อัปเดตครั้งล่าสุด 2022-11-10
วันที่เผยแพร่ 2022-01-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา oneway9873456
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://studyhallhelp.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edpuzzle Express",
    "description": "Providing the right resources for academic success.",
    "manifest_version": 3,
    "version": "0.21",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "main.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/edpuzzle.com\/*",
                "https:\/\/www.edpuzzle.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "https:\/\/edpuzzle.com\/*",
        "https:\/\/www.edpuzzle.com\/*",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/edpuzzle.com\/*",
        "https:\/\/www.edpuzzle.com\/*"
    ]
}