MiShareExtension
Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.
MiShareExtensionとは何ですか?
MiShareExtensionはhttps://webshare.deployment.mitel.comによって開発されたChromeの拡張機能で、その主な機能は「Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.」です。
拡張機能のスクリーンショット
MiShareExtension拡張機能のCRXファイルをダウンロード
MiShareExtension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | gbghgcnclindfhamjcecblpjkanendei |
| 公式URL | https://chromewebstore.google.com/detail/mishareextension/gbghgcnclindfhamjcecblpjkanendei |
| 説明 | Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting. |
| ファイルサイズ | 23.04 KB |
| インストール数 | 8,890 |
| 現在のバージョン | 0.0.33 |
| 最終更新日 | 2019-02-11 |
| 公開日 | 2019-02-11 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | https://webshare.deployment.mitel.com |
| 支払い方法 | free |
| 対応言語 | 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"
} | |