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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |