envite gamma for Webex Teams
Enable Cisco Webex Teams for Slack and Microsoft Teams.
envite gamma for Webex Teamsとは何ですか?
envite gamma for Webex Teamsはenviteによって開発されたChromeの拡張機能で、その主な機能は「Enable Cisco Webex Teams for Slack and Microsoft Teams.」です。
拡張機能のスクリーンショット
envite gamma for Webex Teams拡張機能のCRXファイルをダウンロード
envite gamma for Webex Teams拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enable Cisco Webex Teams for Slack and IBM Watson workspace. envite provides a seamless integration of Cisco Webex Teams features, such as audio and high-definition video for Slack and Microsoft Teams. With envite, Slack and Micosoft Teams users can enjoy the benefits of Webex Teams for continuous teamwork without leaving their preferred interface and maximize productivity.
拡張機能の基本情報
名前 | |
ID | kfkmocchobmdjgcldppanjabdhclamfp |
公式URL | https://chrome.google.com/webstore/detail/envite-gamma-for-webex-te/kfkmocchobmdjgcldppanjabdhclamfp |
説明 | Enable Cisco Webex Teams for Slack and Microsoft Teams. |
ファイルサイズ | 1.59 MB |
インストール数 | 172 |
現在のバージョン | 2.5.0.3 |
最終更新日 | 2019-06-26 |
公開日 | 2019-06-26 |
開発者 | envite |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "browser_style": true, "default_title": "envite for Webex Teams", "default_popup": "BrowserAction.html", "default_icon": { "18": "icons\/envite18.png", "36": "icons\/envite36.png" } }, "options_ui": { "chrome_style": true }, "icons": { "48": "icons\/envite48.png", "96": "icons\/envite96.png" }, "permissions": [ "https:\/\/envite.com\/*", "https:\/\/envite-uc-gamma.mybluemix.net\/*", "storage", "tabs", "*:\/\/code.s4d.io\/*", "*:\/\/*.clouddrive.com\/*", "*:\/\/*.wbx2.com\/*", "*:\/\/*.wbx.com\/*", "*:\/\/*.webex.com\/*", "webRequest", "webRequestBlocking", "identity", "alarms" ], "background": { "page": "SpaceWidgetBackground.html" }, "content_scripts": [ { "matches": [ "https:\/\/envite-uc-gamma.mybluemix.net\/*" ], "js": [ "content-script.js" ] } ], "description": "Enable Cisco Webex Teams for Slack and Microsoft Teams.", "manifest_version": 2, "name": "envite gamma for Webex Teams", "version": "2.5.0.3" } |