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 là gì?
Windsor Telecom Cloud Telephony Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.windsor-telecom.co.uk, và tính năng chính của nó là "Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM.".
Ả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 Windsor Telecom Cloud Telephony Extension
Tải xuống các tệp mở rộng Windsor Telecom Cloud Telephony Extension 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Windsor Telecom Cloud Telephony Extension |
ID | egkmpibaellacohkhemkkaekjbhnkgda |
URL Chính Thức | https://chromewebstore.google.com/detail/windsor-telecom-cloud-tel/egkmpibaellacohkhemkkaekjbhnkgda |
Mô tả | Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM. |
Kích Thước Tệp | 2.07 MB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.5.5 |
Cập Nhật Lần Cuối | 2021-07-05 |
Ngày Phát Hành | 2020-07-20 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.windsor-telecom.co.uk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.windsor-telecom.co.uk |
URL Trang Trợ Giúp | https://www.windsor-telecom.co.uk/contact-us/ |
URL Trang Chính Sách Bảo Mật | https://www.windsor-telecom.co.uk/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |