Phonehub Extension
Detects Phone Numbers in Pages then makes them Clickable
Phonehub Extension란 무엇입니까?
Phonehub Extension은(는) https://www.phonehub.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects Phone Numbers in Pages then makes them Clickable"입니다.
확장 프로그램 스크린샷
Phonehub Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Phonehub Extensions makes Phone Numbers on pages Clickable... It can detect phone numbers inside form fields too! This makes integrating your CRM easier than ever, Install the Extension... Setup the Phonehub Client on your machine and now your browser is fully integrated! Currently Doesn't work without the Phonehub Client... Contact [email protected] for information on how to setup... Or join the Phonehub Beta http://www.phonehub.com.au/beta
확장 프로그램 기본 정보
이름 | Phonehub Extension |
ID | abioebcclcljgfnijgdcopbeemielpkc |
공식 URL | https://chromewebstore.google.com/detail/phonehub-extension/abioebcclcljgfnijgdcopbeemielpkc |
설명 | Detects Phone Numbers in Pages then makes them Clickable |
파일 크기 | 111 KB |
설치 횟수 | 42 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-11-30 |
출시 날짜 | 2014-11-30 |
개발자 | https://www.phonehub.com.au |
결제 유형 | free |
도움말 페이지 URL | http://support.phonehub.com.au |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Phonehub Extension", "description": "Detects Phone Numbers in Pages then makes them Clickable", "author": "Phonehub", "permissions": [ "tabs" ], "version": "1.0.1", "manifest_version": 2, "homepage_url": "http:\/\/www.phonehub.com.au", "offline_enabled": true, "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/Process.js", "js\/Background.js" ] }, "browser_action": { "default_icon": { "128": "images\/Icon128.png", "32": "images\/Icon32.png", "48": "images\/Icon48.png", "19": "images\/Icon18.png" }, "default_title": "Phonehub Extension" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery-1.10.2.min.js", "js\/ContentPage.js" ], "matches": [ " |