FASTDEVICE Click2Call - Licensed
Enables click to call for numbers on the web.
FASTDEVICE Click2Call - Licensed란 무엇입니까?
FASTDEVICE Click2Call - Licensed은(는) https://www.fastdeviceusa.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables click to call for numbers on the web."입니다.
확장 프로그램 스크린샷
FASTDEVICE Click2Call - Licensed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Click2Call telephone numbers marked-up on web pages" FASTDEVICE's Click2Call Chrome browser extension enables you to initiate a call from any web page with just one click. Dramatically increase your phone-dialing productivity. Click2Call instantly start calls to phone numbers found on web pages. Any page with a phone number becomes "Click2Call" enabled to start the call on demand. Now that's easy! Release Notes: v2.4 - Fixed call/ edit pop-up position on some websites v2.3 - complete rewrite of match engine and requires licensing v2.2 - improved handling of ignored page data v2.1 - better handling of what part of the page to ignore (e.g. anchor tags) v2.0 - improves performance in detecting valid telephone numbers v1.9 - improved error handling when portal not open, resolves opening multiple portal tabs v1.7 - resolves minor issues and improves performance v1.5 - supports Office 365 Online Version
확장 프로그램 기본 정보
이름 | |
ID | jpbnffpcmbaabjmdjljcgbenbboloddp |
공식 URL | https://chrome.google.com/webstore/detail/fastdevice-click2call-lic/jpbnffpcmbaabjmdjljcgbenbboloddp |
설명 | Enables click to call for numbers on the web. |
파일 크기 | 108 KB |
설치 횟수 | 22 |
현재 버전 | 2.4 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
개발자 | https://www.fastdeviceusa.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.fastdeviceusa.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "FASTDEVICE LLC", "background": { "page": "options\/background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "options\/c2c.css" ], "js": [ "content\/content.js", "vendor\/jquery\/jquery.js", "vendor\/uglipop\/uglipop.min.js" ], "run_at": "document_end", "all_frames": true } ], "options_page": "options\/options.html", "web_accessible_resources": [ "images\/pencil-15.png" ], "description": "Enables click to call for numbers on the web.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-32.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "name": "FASTDEVICE Click2Call - Licensed", "short_name": "Click2Call - Licensed", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab", "tabs", "storage" ], "version": "2.4" } |