Sorenson Internet Dial

Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.

¿Qué es Sorenson Internet Dial?

Sorenson Internet Dial es una extensión de Chrome desarrollada por Sorenson Communications, y su función principal es "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sorenson Internet Dial

Descarga archivos de extensión Sorenson Internet Dial 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

                        Deaf and hard of hearing individuals who use Sorenson VRS can use this extension with the Sorenson ntouch application to start an ASL interpreted phone call directly from their browser.  Any phone number detected by this extension will become a clickable link that will launch a call in the Sorenson ntouch application. You should install this if you are a user of Sorenson ntouch that would like to place calls from your browser.                    

Información Básica de la Extensión

Nombre Sorenson Internet Dial Sorenson Internet Dial
ID jkemgjeondgpbihbefaceopoldfhhbdn
URL Oficial https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn
Descripción Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Tamaño del Archivo 42.17 KB
Cantidad de Instalaciones 619
Versión Actual 1.0.22
Última Actualización 2019-07-09
Fecha de Publicación 2019-07-08
Calificación 4.38/5 Total de 34 Calificaciones
Desarrollador Sorenson Communications
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sorenson Internet Dial",
    "version": "1.0.22",
    "description": "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs.js",
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "sorenson-16.png",
        "48": "sorenson-48.png",
        "128": "sorenson-128.png"
    },
    "manifest_version": 2
}