Sorenson Internet Dial
Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Hvad er Sorenson Internet Dial?
Sorenson Internet Dial er en Chrome-udvidelse udviklet af Sorenson Communications, og dens hovedfunktion er "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".
Udvidelsesskærmbilleder
Download Sorenson Internet Dial-udvidelses-CRX-fil
Download Sorenson Internet Dial-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Sorenson Internet Dial |
ID | jkemgjeondgpbihbefaceopoldfhhbdn |
Officiel URL | https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn |
Beskrivelse | Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser. |
Filstørrelse | 42.17 KB |
Antal Installationer | 619 |
Nuværende Version | 1.0.22 |
Senest Opdateret | 2019-07-09 |
Udgivelsesdato | 2019-07-08 |
Bedømmelse | 4.38/5 Samlet 34 Bedømmelser |
Udvikler | Sorenson Communications |
Betalingsmetode | free |
Understøttede Sprog | 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 } |