Impartus Chrome Extension
Impartus chrome extension for backpack, notifications, screen capture and more!!
Cos'è Impartus Chrome Extension?
Impartus Chrome Extension è un'estensione di Chrome sviluppata da https://impartus.com, e la sua funzione principale è "Impartus chrome extension for backpack, notifications, screen capture and more!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Impartus Chrome Extension
Scarica i file di estensione Impartus Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | clcbfjpbnfmaaaabpoidaoenhfplkbgc |
URL Ufficiale | https://chromewebstore.google.com/detail/impartus-chrome-extension/clcbfjpbnfmaaaabpoidaoenhfplkbgc |
Descrizione | Impartus chrome extension for backpack, notifications, screen capture and more!! |
Dimensione del File | 3.96 MB |
Conteggio Installazioni | 606 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2022-01-05 |
Data di Pubblicazione | 2019-10-21 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | https://impartus.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://impartus.com/privacy |
Lingue Supportate | 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" ] } |