MiShareExtension
Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.
Was ist MiShareExtension?
MiShareExtension ist eine Chrome-Erweiterung, die von https://webshare.deployment.mitel.com entwickelt wurde, und ihr Hauptmerkmal ist "Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.".
Erweiterungsscreenshots
MiShareExtension-Erweiterungs-CRX-Datei herunterladen
Laden Sie MiShareExtension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows Mitel MiCollab AWV web users to share application / screens and collaborate with other MiCollab AWV users in meeting. The extension must be used in companion with MiCollab Share application. Web sharing requires MiCollab release 7.2 or higher.
Grundlegende Informationen zur Erweiterung
Name | MiShareExtension |
ID | gbghgcnclindfhamjcecblpjkanendei |
Offizielle URL | https://chromewebstore.google.com/detail/mishareextension/gbghgcnclindfhamjcecblpjkanendei |
Beschreibung | Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting. |
Dateigröße | 23.04 KB |
Installationsanzahl | 8,890 |
Aktuelle Version | 0.0.33 |
Letztes Update | 2019-02-11 |
Veröffentlichungsdatum | 2019-02-11 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://webshare.deployment.mitel.com |
Zahlungsart | free |
Unterstützte Sprachen | de,en,en-GB,en-US,fr,nl,ca,da,es,it,fi,sv |
manifest.json | |
{ "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": "images\/icon48.png" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/init.js", "js\/fr.js" ], "matches": [ "*:\/\/*\/wd\/*\/hc_main.html?*", "*:\/\/*\/ucs\/micollab\/*", "*:\/\/*\/ucs\/dl\/micollab\/*" ] } ], "default_locale": "en", "externally_connectable": { "ids": [ "effbheagilkfnfmfomneghllopenjaap" ] }, "description": "Mitel MiCollab MiShare Extension to share application \/ screens and collaborate with other MiCollab AWV users in meeting.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "33.0.1715.0", "name": "MiShareExtension", "permissions": [ "tabs", "*:\/\/*\/wd\/*\/hc_main.html?*", "*:\/\/*\/ucs\/micollab\/*", "*:\/\/*\/ucs\/dl\/micollab\/*" ], "short_name": "MiCollab Share extension", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.33" } |