Sorenson Internet Dial
Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Co je Sorenson Internet Dial?
Sorenson Internet Dial je rozšíření Chrome vyvinuté Sorenson Communications, a jeho hlavní funkcí je „Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sorenson Internet Dial
Stáhněte si soubory rozšíření Sorenson Internet Dial ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Sorenson Internet Dial |
ID | jkemgjeondgpbihbefaceopoldfhhbdn |
Oficiální URL | https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn |
Popis | Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser. |
Velikost souboru | 42.17 KB |
Počet instalací | 619 |
Aktuální Verze | 1.0.22 |
Poslední Aktualizace | 2019-07-09 |
Datum Vydání | 2019-07-08 |
Hodnocení | 4.38/5 Celkem 34 Hodnocení |
Vývojář | Sorenson Communications |
Typ Platby | free |
Podporované Jazyky | 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 } |