Evatel WebPhone
WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.
什麼是Evatel WebPhone?
Evatel WebPhone是由http://www.speechmobility.com開發的Chrome擴展程式,該擴展的主要功能是“WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.”。
擴展截圖
下載Evatel WebPhone擴展crx文件
下載Evatel WebPhone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | jomjhnjbmbjdkonmhhobinfbeilcoefc |
官方網址 | https://chrome.google.com/webstore/detail/evatel-webphone/jomjhnjbmbjdkonmhhobinfbeilcoefc |
簡介 | WebPhone to dial phone numbers on your browser using the Evatel cloud business phone. |
檔案大小 | 72.19 KB |
安裝次數 | 10 |
目前版本 | 2.11 |
更新時間 | 2017-10-19 |
上架時間 | 2017-10-19 |
評分 | 5.00/5 共 2 次評分 |
開發者 | http://www.speechmobility.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.speechmobility.com |
說明頁面URL | http://support.speechmobility.com |
隱私政策頁面URL | https://support.speechmobility.com/index.php/en/security-and-privacy |
支援的語言 | 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\/" ] } |