Sorenson Internet Dial
Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Cos'è Sorenson Internet Dial?
Sorenson Internet Dial è un'estensione di Chrome sviluppata da Sorenson Communications, e la sua funzione principale è "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sorenson Internet Dial
Scarica i file di estensione Sorenson Internet Dial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Sorenson Internet Dial |
ID | jkemgjeondgpbihbefaceopoldfhhbdn |
URL Ufficiale | https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn |
Descrizione | Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser. |
Dimensione del File | 42.17 KB |
Conteggio Installazioni | 619 |
Versione Corrente | 1.0.22 |
Ultimo Aggiornamento | 2019-07-09 |
Data di Pubblicazione | 2019-07-08 |
Valutazione | 4.38/5 Totale 34 Valutazioni |
Sviluppatore | Sorenson Communications |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |