Windsor Telecom Cloud Telephony Extension
Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM.
Windsor Telecom Cloud Telephony Extension란 무엇입니까?
Windsor Telecom Cloud Telephony Extension은(는) https://www.windsor-telecom.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM."입니다.
확장 프로그램 스크린샷
Windsor Telecom Cloud Telephony Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dial or click-to-call any phone number from your Chrome browser. With Windsor Telecom Cloud Telephony extension, go from browsing the web, to clicking on a phone number and dialling it directly from the website. No more hassle of misdialled numbers – dial it right the first time. Alternatively, simply enter any phone number you need to dial and call it from your browser. You’ll also be able to: View your recent calls Get notifications when someone is calling you Integrate with your CRM to provide caller ID and screen popping
확장 프로그램 기본 정보
이름 | Windsor Telecom Cloud Telephony Extension |
ID | egkmpibaellacohkhemkkaekjbhnkgda |
공식 URL | https://chromewebstore.google.com/detail/windsor-telecom-cloud-tel/egkmpibaellacohkhemkkaekjbhnkgda |
설명 | Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM. |
파일 크기 | 2.07 MB |
설치 횟수 | 70 |
현재 버전 | 1.5.5 |
최근 업데이트 | 2021-07-05 |
출시 날짜 | 2020-07-20 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://www.windsor-telecom.co.uk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.windsor-telecom.co.uk |
도움말 페이지 URL | https://www.windsor-telecom.co.uk/contact-us/ |
개인정보 보호 정책 페이지 URL | https://www.windsor-telecom.co.uk/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "homepage_url": "https:\/\/www.windsor-telecom.co.uk\/", "description": "__MSG_extensionDescription__", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extensionName__" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start" } ], "default_locale": "en", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "24": "icons\/24.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/32.png", "80": "icons\/80.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "permissions": [ "contextMenus", "notifications", "storage" ], "web_accessible_resources": [ "icons\/80.png", "call.html", "auth.html", "js\/call.js", "js\/chunk-vendors.js", "js\/chunk-common.js" ], "version": "1.5.5", "content_security_policy": "script-src 'self' ; object-src 'self'" } |