Sorenson Internet Dial
Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Sorenson Internet Dial là gì?
Sorenson Internet Dial là một tiện ích mở rộng Chrome được phát triển bởi Sorenson Communications, và tính năng chính của nó là "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sorenson Internet Dial
Tải xuống các tệp mở rộng Sorenson Internet Dial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sorenson Internet Dial |
ID | jkemgjeondgpbihbefaceopoldfhhbdn |
URL Chính Thức | https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn |
Mô tả | Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser. |
Kích Thước Tệp | 42.17 KB |
Số Lần Cài Đặt | 619 |
Phiên Bản Hiện Tại | 1.0.22 |
Cập Nhật Lần Cuối | 2019-07-09 |
Ngày Phát Hành | 2019-07-08 |
Đánh Giá | 4.38/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | Sorenson Communications |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |