URL Networks number2url
This extension converts phone numbers to links which will connect your calls.
URL Networks number2url란 무엇입니까?
URL Networks number2url은(는) URL Networks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension converts phone numbers to links which will connect your calls."입니다.
확장 프로그램 스크린샷
URL Networks number2url 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension highlights phone numbers enabling them to be used as links. These links can be used to dial the number using SIP phones, Skype and any other device that works via similar mechanism. The links can be configured to call based on left click, or a right click context menu. Presently there is support for the following URLs: - sip: - skype: - tel: - callto: - phone: There is also support for Custom URLs, with the following built-in templates: - Yealink T32 & T38 - Yealink T22, T26, T28 - Yealink T41, T42, T46 - SNOM If you have a favourite device that you would like a built-in template defined for, please let us know.
확장 프로그램 기본 정보
이름 | URL Networks number2url |
ID | lndpiehcijmlgooadkonganjdnnaojhc |
공식 URL | https://chromewebstore.google.com/detail/url-networks-number2url/lndpiehcijmlgooadkonganjdnnaojhc |
설명 | This extension converts phone numbers to links which will connect your calls. |
파일 크기 | 130 KB |
설치 횟수 | 1,135 |
현재 버전 | 1.4 |
최근 업데이트 | 2014-04-01 |
출시 날짜 | 2014-03-31 |
평점 | 4.56/5 총 9 개의 평점 |
개발자 | URL Networks |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.url.net.au/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Networks number2url", "short_name": "number2url", "description": "This extension converts phone numbers to links which will connect your calls.", "version": "1.4", "permissions": [ "contextMenus" ], "page_action": { "default_icon": "icon.png", "default_title": "URL Networks number2url", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "common.js", "number2url.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "number2url.css", "urlnetworks_logo_small.png", "urlnetworks_logo_small_pb.png", "loading.gif" ], "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon.png" }, "options_page": "options.html", "manifest_version": 2 } |