Select and Dial
Select a phone number, right click and dial it.
Select and Dial란 무엇입니까?
Select and Dial은(는) Agentur Simon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select a phone number, right click and dial it."입니다.
확장 프로그램 스크린샷
Select and Dial 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Small chrome extension, to select a number and dial it through a url-handler like tel:// or sip:// I wrote it for procall one, to use their phone:// - handler. Source: https://github.com/SimonWpt/chrome.ext.phone
확장 프로그램 기본 정보
이름 | Select and Dial |
ID | bblggkmgbdcnbgdjjggjegdddhmklcpg |
공식 URL | https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg |
설명 | Select a phone number, right click and dial it. |
파일 크기 | 12.41 KB |
설치 횟수 | 1,195 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2016-09-06 |
출시 날짜 | 2016-09-06 |
평점 | 3.33/5 총 6 개의 평점 |
개발자 | Agentur Simon |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/SimonWpt/chrome.ext.phone |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "description": "Select a phone number, right click and dial it.", "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "64": "64.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Select and Dial", "permissions": [ "contextMenus", "storage" ], "version": "0.1.1" } |