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是由Sorenson Communications開發的Chrome擴展程式,該擴展的主要功能是“Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.”。
擴展截圖
下載Sorenson Internet Dial擴展crx文件
下載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 |
官方網址 | 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 } |