Webex Calling for Chrome
Rich enterprise calling features for Google Chrome
Webex Calling for Chrome란 무엇입니까?
Webex Calling for Chrome은(는) https://webex.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rich enterprise calling features for Google Chrome"입니다.
확장 프로그램 스크린샷
Webex Calling for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Chrome users now have access to an enterprise-grade calling experience with the Webex Calling for Chrome extension. Tightly integrated with the Google Chrome experience, Webex Calling for Chrome provides immediate access to a comprehensive suite of enterprise calling features that fits seamlessly within your Google productivity workflow. Webex Calling for Chrome is powered by the Webex platform used by over 45 million people around the world, with service in more than 120 countries. Enterprise calling features: • Inbound and outbound calling • Mid-call features like hold, resume, call transfer, call waiting • Visual voicemail • Click to call phone numbers from a Chrome webpage • Detailed call and voicemail history • Enterprise directory search and single-sign-on • Presence indicators for contacts Highlights of Enterprise calling platform: • Proven cloud calling platform used by more than 45M people worldwide • Service available in over 120 countries • More than 20 integrated service provider partners • Option to bring your own carrier Note: Additional features like contacts, voicemail, and call transfer will gradually roll out in the coming months. Contact us: https://use.webex.com/contact-sales
확장 프로그램 기본 정보
이름 | Webex Calling for Chrome |
ID | llllflgakifpdcmoanonghipldcpaggn |
공식 URL | https://chromewebstore.google.com/detail/webex-calling-for-chrome/llllflgakifpdcmoanonghipldcpaggn |
설명 | Rich enterprise calling features for Google Chrome |
파일 크기 | 329 KB |
설치 횟수 | 7,043 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-08-01 |
출시 날짜 | 2022-12-06 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://webex.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.webex.com/enterprise-cloud-calling.html |
도움말 페이지 URL | https://help.webex.com/en-us/article/a5ormz |
개인정보 보호 정책 페이지 URL | https://trustportal.cisco.com/c/r/ctp/trust-portal.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.0.6", "manifest_version": 3, "icons": { "16": "icons\/webex-icon-16.png", "32": "icons\/webex-icon-32.png", "128": "icons\/webex-icon-128.png" }, "default_locale": "en", "action": { "default_title": "__MSG_application_title__ - __MSG_browser_action_default_title__", "default_icon": { "16": "icons\/webex-icon-16.png", "32": "icons\/webex-icon-32.png", "128": "icons\/webex-icon-128.png" } }, "background": { "service_worker": "js\/service-worker.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/web.webex.com\/*", "https:\/\/web-int.webex.com\/*" ], "js": [ "js\/webex-content-script.js" ] }, { "matches": [ " |