Sorenson Internet Dial

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

Vad är Sorenson Internet Dial?

Sorenson Internet Dial är en Chrome-tillägg utvecklad av Sorenson Communications, och dess huvudfunktion är "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Sorenson Internet Dial-förlängningens CRX-fil

Ladda ner Sorenson Internet Dial-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sorenson Internet Dial Sorenson Internet Dial
ID jkemgjeondgpbihbefaceopoldfhhbdn
Officiell webbadress https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn
Beskrivning Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Filstorlek 42.17 KB
Antal Installationer 619
Aktuell Version 1.0.22
Senast Uppdaterad 2019-07-09
Publiceringsdatum 2019-07-08
Betyg 4.38/5 Totalt 34 Betyg
Utvecklare Sorenson Communications
Betalningssätt free
Stödda Språk 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
}