Evatel WebPhone
WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.
Cos'è Evatel WebPhone?
Evatel WebPhone è un'estensione di Chrome sviluppata da http://www.speechmobility.com, e la sua funzione principale è "WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Evatel WebPhone
Scarica i file di estensione Evatel WebPhone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jomjhnjbmbjdkonmhhobinfbeilcoefc |
URL Ufficiale | https://chrome.google.com/webstore/detail/evatel-webphone/jomjhnjbmbjdkonmhhobinfbeilcoefc |
Descrizione | WebPhone to dial phone numbers on your browser using the Evatel cloud business phone. |
Dimensione del File | 72.19 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 2.11 |
Ultimo Aggiornamento | 2017-10-19 |
Data di Pubblicazione | 2017-10-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://www.speechmobility.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.speechmobility.com |
URL della Pagina di Aiuto | http://support.speechmobility.com |
URL della Pagina della Politica sulla Privacy | https://support.speechmobility.com/index.php/en/security-and-privacy |
Lingue Supportate | 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\/" ] } |