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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |