Iiraab Google Classroom Integration.
Create interactive assignments for your Google Classroom courses.
Iiraab Google Classroom Integration. क्या है?
Iiraab Google Classroom Integration. https://iiraab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create interactive assignments for your Google Classroom courses."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Iiraab Google Classroom Integration. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to create interactive and drag-drop type assignments for your Google Classroom courses. It does this by integrating our Iiraab app into Google Classroom.
एक्सटेंशन की मूल जानकारी
नाम | Iiraab Google Classroom Integration. |
ID | bcolbihlihjeddlffkeboaonkoaebelh |
आधिकारिक URL | https://chromewebstore.google.com/detail/iiraab-google-classroom-i/bcolbihlihjeddlffkeboaonkoaebelh |
विवरण | Create interactive assignments for your Google Classroom courses. |
फ़ाइल का आकार | 33.49 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 0.0.0.7 |
अंतिम अपडेट | 2020-03-28 |
प्रकाशन तिथि | 2020-03-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://iiraab.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Iiraab Google Classroom Integration.", "short_name": "iiraab", "description": "Create interactive assignments for your Google Classroom courses.", "version": "0.0.0.7", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/classroom.google.com\/*" ], "run_at": "document_end" }, { "matches": [ "https:\/\/iiraab.com\/*" ], "js": [ "install_notifier.js" ], "run_at": "document_idle" } ], "externally_connectable": { "matches": [ "https:\/\/iiraab.com\/sso\/google?*", "https:\/\/iiraab.com\/*", "https:\/\/iiraab.com\/a\/oauth2_return?*", "https:\/\/1-dot-iiraab-eu.appspot.com\/sso\/google?*", "https:\/\/1-dot-iiraab-eu.appspot.com\/a\/oauth2_return?*", "https:\/\/3-dot-iiraab-eu.appspot.com\/sso\/google?*", "https:\/\/3-dot-iiraab-eu.appspot.com\/a\/oauth2_return?*" ] }, "permissions": [] } |