Edpuzzle Express
Providing the right resources for academic success.
ما هو Edpuzzle Express؟
Edpuzzle Express هو إضافة Chrome تم تطويرها بواسطة oneway9873456، والميزة الرئيسية لها هي "Providing the right resources for academic success.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Edpuzzle Express
قم بتنزيل ملفات الامتداد Edpuzzle Express بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension allows you to get your Edpuzzle token from the website for www.studyhallhelp.net
معلومات أساسية عن التمديد
الاسم | 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\/*" ] } |