Sorenson Internet Dial

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

Wat is Sorenson Internet Dial?

Sorenson Internet Dial is een Chrome-extensie ontwikkeld door Sorenson Communications, en de belangrijkste functie is "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sorenson Internet Dial

Download Sorenson Internet Dial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sorenson Internet Dial Sorenson Internet Dial
ID jkemgjeondgpbihbefaceopoldfhhbdn
Officiële URL https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn
Beschrijving Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Bestandsgrootte 42.17 KB
Aantal Installaties 619
Huidige Versie 1.0.22
Laatst Bijgewerkt 2019-07-09
Publicatiedatum 2019-07-08
Beoordeling 4.38/5 Totaal 34 Beoordelingen
Ontwikkelaar Sorenson Communications
Betalingswijze free
Ondersteunde Talen 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
}