envite gamma for Webex Teams
Enable Cisco Webex Teams for Slack and Microsoft Teams.
envite gamma for Webex Teams là gì?
envite gamma for Webex Teams là một tiện ích mở rộng Chrome được phát triển bởi envite, và tính năng chính của nó là "Enable Cisco Webex Teams for Slack and Microsoft Teams.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng envite gamma for Webex Teams
Tải xuống các tệp mở rộng envite gamma for Webex Teams dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kfkmocchobmdjgcldppanjabdhclamfp |
URL Chính Thức | https://chrome.google.com/webstore/detail/envite-gamma-for-webex-te/kfkmocchobmdjgcldppanjabdhclamfp |
Mô tả | Enable Cisco Webex Teams for Slack and Microsoft Teams. |
Kích Thước Tệp | 1.59 MB |
Số Lần Cài Đặt | 172 |
Phiên Bản Hiện Tại | 2.5.0.3 |
Cập Nhật Lần Cuối | 2019-06-26 |
Ngày Phát Hành | 2019-06-26 |
Nhà Phát Triển | envite |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |