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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable Cisco Webex Teams for Slack and Microsoft Teams."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में envite gamma for Webex Teams एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |