Sorenson Internet Dial
Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Was ist Sorenson Internet Dial?
Sorenson Internet Dial ist eine Chrome-Erweiterung, die von Sorenson Communications entwickelt wurde, und ihr Hauptmerkmal ist "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".
Erweiterungsscreenshots
Sorenson Internet Dial-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sorenson Internet Dial-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Sorenson Internet Dial |
ID | jkemgjeondgpbihbefaceopoldfhhbdn |
Offizielle URL | https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn |
Beschreibung | Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser. |
Dateigröße | 42.17 KB |
Installationsanzahl | 619 |
Aktuelle Version | 1.0.22 |
Letztes Update | 2019-07-09 |
Veröffentlichungsdatum | 2019-07-08 |
Bewertung | 4.38/5 Insgesamt 34 Bewertungen |
Entwickler | Sorenson Communications |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |