Impartus Chrome Extension
Impartus chrome extension for backpack, notifications, screen capture and more!!
Wat is Impartus Chrome Extension?
Impartus Chrome Extension is een Chrome-extensie ontwikkeld door https://impartus.com, en de belangrijkste functie is "Impartus chrome extension for backpack, notifications, screen capture and more!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Impartus Chrome Extension
Download Impartus Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | clcbfjpbnfmaaaabpoidaoenhfplkbgc |
Officiële URL | https://chromewebstore.google.com/detail/impartus-chrome-extension/clcbfjpbnfmaaaabpoidaoenhfplkbgc |
Beschrijving | Impartus chrome extension for backpack, notifications, screen capture and more!! |
Bestandsgrootte | 3.96 MB |
Aantal Installaties | 606 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2022-01-05 |
Publicatiedatum | 2019-10-21 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://impartus.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://impartus.com/privacy |
Ondersteunde Talen | 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" ] } |