Sorenson Internet Dial
Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
O que é Sorenson Internet Dial?
Sorenson Internet Dial é uma extensão do Chrome desenvolvida por Sorenson Communications, e sua principal característica é "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sorenson Internet Dial
Baixe arquivos de extensão Sorenson Internet Dial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Sorenson Internet Dial |
ID | jkemgjeondgpbihbefaceopoldfhhbdn |
URL Oficial | https://chromewebstore.google.com/detail/sorenson-internet-dial/jkemgjeondgpbihbefaceopoldfhhbdn |
Descrição | Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser. |
Tamanho do Arquivo | 42.17 KB |
Contagem de Instalações | 619 |
Versão Atual | 1.0.22 |
Última Atualização | 2019-07-09 |
Data de Publicação | 2019-07-08 |
Classificação | 4.38/5 Total de 34 Avaliações |
Desenvolvedor | Sorenson Communications |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |