Evatel WebPhone

WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.

¿Qué es Evatel WebPhone?

Evatel WebPhone es una extensión de Chrome desarrollada por http://www.speechmobility.com, y su función principal es "WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Evatel WebPhone

Descarga archivos de extensión Evatel WebPhone en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Evatel WebPhone Evatel WebPhone
ID jomjhnjbmbjdkonmhhobinfbeilcoefc
URL Oficial https://chrome.google.com/webstore/detail/evatel-webphone/jomjhnjbmbjdkonmhhobinfbeilcoefc
Descripción WebPhone to dial phone numbers on your browser using the Evatel cloud business phone.
Tamaño del Archivo 72.19 KB
Cantidad de Instalaciones 10
Versión Actual 2.11
Última Actualización 2017-10-19
Fecha de Publicación 2017-10-19
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador http://www.speechmobility.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.speechmobility.com
URL de la Página de Ayuda http://support.speechmobility.com
URL de la Página de Política de Privacidad https://support.speechmobility.com/index.php/en/security-and-privacy
Idiomas Soportados 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\/"
    ]
}