Sorenson Internet Dial
Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Τι είναι το Sorenson Internet Dial;
Το Sorenson Internet Dial είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sorenson Communications, και η κύρια λειτουργία του είναι "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sorenson Internet Dial
Λήψη αρχείων επέκτασης Sorenson Internet Dial σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Sorenson Internet Dial |
ID | jkemgjeondgpbihbefaceopoldfhhbdn |
Επίσημο URL | https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn |
Περιγραφή | Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser. |
Μέγεθος Αρχείου | 42.17 KB |
Αριθμός Εγκαταστάσεων | 619 |
Τρέχουσα Έκδοση | 1.0.22 |
Τελευταία Ενημέρωση | 2019-07-09 |
Ημερομηνία Δημοσίευσης | 2019-07-08 |
Αξιολόγηση | 4.38/5 Συνολικά 34 Αξιολογήσεις |
Προγραμματιστής | Sorenson Communications |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |