Noojee Click for Asterisk
Turns phone numbers in any web page into click-to-dial links.
Noojee Click for Asterisk란 무엇입니까?
Noojee Click for Asterisk은(는) tuba.terry에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns phone numbers in any web page into click-to-dial links."입니다.
확장 프로그램 스크린샷
Noojee Click for Asterisk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension connects your browser with an Asterisk-based phone system to enable click-to-call on phone numbers in webpages. Originally developed by Noojee.com.au as an open-source Chrome extension but later abandoned, I've updated it to run in the latest versions of Chrome (As of Sep, 2013) System requirements are available at: http://noojee.com.au/store/software/noojee-click/ Source code is GPL, available at: https://github.com/tubaterry/Noojee-Click-for-Asterisk
확장 프로그램 기본 정보
이름 | Noojee Click for Asterisk |
ID | neaigllemckgddgdbiipcmnpioehkcom |
공식 URL | https://chromewebstore.google.com/detail/noojee-click-for-asterisk/neaigllemckgddgdbiipcmnpioehkcom |
설명 | Turns phone numbers in any web page into click-to-dial links. |
파일 크기 | 263 KB |
설치 횟수 | 296 |
현재 버전 | 0.91.1 |
최근 업데이트 | 2013-09-26 |
출시 날짜 | 2013-09-26 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | tuba.terry |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Noojee Click for Asterisk", "version": "0.91.1", "author": "Noojee.com.au, adapted by Chris Terry", "description": "Turns phone numbers in any web page into click-to-dial links.", "icons": { "16": "img\/icon-16.png", "48": "img\/phone-48.png", "128": "img\/phone-128.png" }, "options_page": "options.html", "background": { "scripts": [ "js\/noojee\/namespace.js", "js\/noojee\/lib.js", "js\/noojee\/dialstatus.js", "js\/noojee\/job.js", "js\/noojee\/util.js", "js\/noojee\/prefs.js", "js\/noojee\/sequence.js", "js\/noojee\/prompts.js", "js\/noojee\/asterisk.js", "js\/noojee\/noojeeclick.js", "js\/noojee\/event.js", "js\/noojee\/phonepatterns.js", "js\/noojee\/notification.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/noojee\/namespace.js", "js\/noojee\/lib.js", "js\/noojee\/noojeeclick.js", "js\/noojee\/prefs.js", "js\/noojee\/util.js", "js\/noojee\/prompts.js", "js\/noojee\/render.js", "js\/noojee\/phonepatterns.js", "js\/noojee\/handlers.js", "js\/init.js" ] } ], "permissions": [ "*:\/\/*\/*", "contextMenus", "notifications" ], "web_accessible_resources": [ "img\/call-phone.png" ] } |