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 |
公式URL | 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 |
Eメール | [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\/" ] } |