Evatel WebPhone
WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.
Evatel WebPhone là gì?
Evatel WebPhone là một tiện ích mở rộng Chrome được phát triển bởi http://www.speechmobility.com, và tính năng chính của nó là "WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.".
Ả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 Evatel WebPhone
Tải xuống các tệp mở rộng Evatel WebPhone 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
Evatel WebPhone is an Evatel business phone extension on the Web. Phone numbers displayed on your browser are automatically linked to the Evatel WebPhone for one-click dialing and texting. All WebPhone communications are centralized with your other business calls and text messages for easy follow-up and tracking.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jomjhnjbmbjdkonmhhobinfbeilcoefc |
URL Chính Thức | https://chrome.google.com/webstore/detail/evatel-webphone/jomjhnjbmbjdkonmhhobinfbeilcoefc |
Mô tả | WebPhone to dial phone numbers on your browser using the Evatel cloud business phone. |
Kích Thước Tệp | 72.19 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 2.11 |
Cập Nhật Lần Cuối | 2017-10-19 |
Ngày Phát Hành | 2017-10-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://www.speechmobility.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.speechmobility.com |
URL Trang Trợ Giúp | http://support.speechmobility.com |
URL Trang Chính Sách Bảo Mật | https://support.speechmobility.com/index.php/en/security-and-privacy |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "short_name": "Evatel WebPhone", "version": "2.11", "default_locale": "en", "homepage_url": "https:\/\/www.speechmobility.com", "icons": { "128": "icons\/128x128-icon.png", "96": "icons\/96x96-icon.png", "48": "icons\/48x48-icon.png", "32": "icons\/32x32-icon.png", "16": "icons\/16x16-icon.png" }, "background": { "scripts": [ "lib\/webextensions\/browser-polyfill.js", "background_scripts\/background.js" ] }, "browser_action": { "default_icon": "icons\/32x32-icon.png", "default_title": "__MSG_extensionDescription__" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "lib\/jquery\/jquery-2.2.4.min.js", "lib\/webextensions\/browser-polyfill.js", "js\/eva-constants.js", "js\/corlib.js", "js\/web.utils.js", "content_scripts\/webextension.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |