Sorenson Internet Dial

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

Apa itu Sorenson Internet Dial?

Sorenson Internet Dial adalah ekstensi Chrome yang dikembangkan oleh Sorenson Communications, dan fitur utamanya adalah "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sorenson Internet Dial

Unduh file ekstensi Sorenson Internet Dial dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sorenson Internet Dial Sorenson Internet Dial
ID jkemgjeondgpbihbefaceopoldfhhbdn
URL Resmi https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn
Deskripsi Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Ukuran File 42.17 KB
Jumlah Instalasi 619
Versi Saat Ini 1.0.22
Terakhir Diperbarui 2019-07-09
Tanggal Publikasi 2019-07-08
Penilaian 4.38/5 Total 34 Penilaian
Pengembang Sorenson Communications
Tipe Pembayaran free
Bahasa yang Didukung 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
}