Edpuzzle Express
Providing the right resources for academic success.
Edpuzzle Express क्या है?
Edpuzzle Express oneway9873456 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Providing the right resources for academic success."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Edpuzzle Express एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |