Bitcally
It enables click-to-dial to the phone numbers detected in the web pages and originates calls.
Bitcally란 무엇입니까?
Bitcally은(는) https://www.xcally.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It enables click-to-dial to the phone numbers detected in the web pages and originates calls."입니다.
확장 프로그램 스크린샷
Bitcally 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bitcally is the extension working with the XCALLY customer care suite: it allows your contact center agents to Click and Dial any formatted phone number detected inside your Google Chrome browser! It is simple and fast to use: just install the Bitcally extension and you will be able to dial any numbers available inside your browser with a simple Click. The phone numbers can be the Contacts inside your CRM, Ticketing system or any kind of Web page your call center agents manage. The configuration is easy: 1. In case your agents use the XCALLY Phone bar: just install Bitcally for Chrome and they can start working with it immediatelly 2. In case your agents use external SIP phones: install Bitcally for Chrome, click on OPTIONS inside the Chrome bar extension icon and setup: - Select "Other SIP clients" - URL: the XCALLY server http://IP address - The xCALLY agent USERNAME - SAVE and you are done! - The agent username Insert a prefix in case you want to automatically add a prefix for each dialed extension. Fast, Easy, Bitcally. Enjoy!
확장 프로그램 기본 정보
이름 | Bitcally |
ID | pckcnakclkpcbbmkogfkcilplchlabhb |
공식 URL | https://chromewebstore.google.com/detail/bitcally/pckcnakclkpcbbmkogfkcilplchlabhb |
설명 | It enables click-to-dial to the phone numbers detected in the web pages and originates calls. |
파일 크기 | 805 KB |
설치 횟수 | 99 |
현재 버전 | 0.5 |
최근 업데이트 | 2021-09-09 |
출시 날짜 | 2017-06-09 |
평점 | 5.00/5 총 14 개의 평점 |
개발자 | https://www.xcally.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.bitcally.com |
도움말 페이지 URL | http://www.xcally.com/forum/ |
개인정보 보호 정책 페이지 URL | https://www.xenialab.com/privacy-policy |
지원되는 언어 | de,en,fr,nl,no,tr,ca,da,es,hr,it,hu,pl,ro,sk,sl,fi,sv,cs,el,ru,uk,iw,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcally", "short_name": "Click2Call FAST and SIMPLE", "version": "0.5", "description": "It enables click-to-dial to the phone numbers detected in the web pages and originates calls.", "icons": { "16": "resources\/xcallyLogoBlack.png", "48": "resources\/xcallyLogoBlack.png", "128": "resources\/xcallyLogoBlack.png" }, "minimum_chrome_version": "10", "background": { "scripts": [ "xcally_context_dial.js", "bootstrapper.js", "background.js", "jquery-1.11.2.min.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "common.js", "jquery-1.11.2.min.js", "plugin-proxy.js", "chrome.js" ], "all_frames": false, "css": [ "css\/iframe.css" ] } ], "web_accessible_resources": [ "resources\/xcallylogo.png", "resources\/xcallyLogoBlack.png", "resources\/logo-big.png", "css\/**.*", "**.html", "**.js" ], "permissions": [ "storage", "tabs", "*:\/\/*\/*", "contextMenus", "activeTab" ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "browser_action": { "default_icon": "resources\/xcallyLogoBlack_off.png", "default_title": "Xcally Dial" }, "default_locale": "it" } |