Impartus Chrome Extension
Impartus chrome extension for backpack, notifications, screen capture and more!!
Impartus Chrome Extension क्या है?
Impartus Chrome Extension https://impartus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Impartus chrome extension for backpack, notifications, screen capture and more!!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Impartus Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Impartus provides a video conferencing system and is typically used in distance/blended learning or corporate training. The teachers, as publishers, can share their camera and optionally their desktop to all the students. This extension enables professors to share their desktop screens during Impartus video conferencing sessions. This extension is not mandatory for students. However they can install and use it to upload URLs into their backpacks.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | clcbfjpbnfmaaaabpoidaoenhfplkbgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/impartus-chrome-extension/clcbfjpbnfmaaaabpoidaoenhfplkbgc |
विवरण | Impartus chrome extension for backpack, notifications, screen capture and more!! |
फ़ाइल का आकार | 3.96 MB |
स्थापना संख्या | 606 |
वर्तमान संस्करण | 1.2.5 |
अंतिम अपडेट | 2022-01-05 |
प्रकाशन तिथि | 2019-10-21 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://impartus.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://impartus.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.5", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "16": "images\/logo_16x16.png", "128": "images\/logo_128x128.png" }, "default_locale": "en", "background": { "scripts": [ "libs\/async\/dist\/async.js", "libs\/jquery\/dist\/jquery.js", "libs\/lodash\/dist\/lodash.js", "misc\/immutable.js", "misc\/common.js", "background.js" ] }, "permissions": [ "storage", "tabs", "unlimitedStorage", "desktopCapture", "background", "alarms", "notifications" ], "browser_action": { "default_icon": { "19": "images\/logo_19x19.png", "38": "images\/logo_38x38.png" }, "default_title": "__MSG_defaultTooltip__", "default_popup": "ui\/signin\/index.html", "default_badge": "!" }, "web_accessible_resources": [ "images\/logo_48x48.png" ] } |