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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |