Sorenson Internet Dial
Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Qu'est-ce que Sorenson Internet Dial ?
Sorenson Internet Dial est une extension Chrome développée par Sorenson Communications, et sa fonction principale est "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sorenson Internet Dial
Téléchargez les fichiers d'extension Sorenson Internet Dial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Sorenson Internet Dial |
ID | jkemgjeondgpbihbefaceopoldfhhbdn |
URL Officiel | https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn |
Description | Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser. |
Taille du Fichier | 42.17 KB |
Nombre d'Installations | 619 |
Version Actuelle | 1.0.22 |
Dernière Mise à Jour | 2019-07-09 |
Date de Publication | 2019-07-08 |
Évaluation | 4.38/5 Total 34 Évaluations |
Développeur | Sorenson Communications |
Type de Paiement | free |
Langues Prises en Charge | 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 } |