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 |
官方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 } |