CallBridgePro - Call+SMS from the PC
Launch calls/SMS on IOS/Android smartphone from your browser
CallBridgePro - Call+SMS from the PC란 무엇입니까?
CallBridgePro - Call+SMS from the PC은(는) http://getcallbridge.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Launch calls/SMS on IOS/Android smartphone from your browser"입니다.
확장 프로그램 스크린샷
CallBridgePro - Call+SMS from the PC 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Version 2 : Brand new UI + keyboard shortcut (Alt+Y) From ANY webpage : Select a PHONE NUMBER to start a CALL on your smartphone Select a TEXT and PHONE NUMBER to send a SMS from your smartphone You can push TEXT to your smartphone's ClipBoard too. But it doesn't stop there. With CallBridge Pro, you can launch calls on your smartphone, from anywhere you need : - Office documents, - PDF, - Internal software. Even from your CRM using our API. CallBridge Pro uses notifications to send orders to your smartphone. You need to install our free mobile app to receive them. (works on IOS/Android). Use your CallBridge Pro account information to login. If you don't have a CallBridge Pro account, you can subscribe here : https://getcallbridge.com/pro You decide how many devices you connect to your account. Notifications are unlimited With our Lightning mode, Calls are started in less than 0.5s. Callbridge Pro is a professional service intended for : hotlines, after-sale services, real estate agents, marketing agents, and every company using smartphones to call. Update : July 2017 - You can create your account directly from the Settings
확장 프로그램 기본 정보
이름 | |
ID | ihdlghieionopbbmidfbggnhcdafndck |
공식 URL | https://chrome.google.com/webstore/detail/callbridgepro-call+sms-fr/ihdlghieionopbbmidfbggnhcdafndck |
설명 | Launch calls/SMS on IOS/Android smartphone from your browser |
파일 크기 | 96 KB |
설치 횟수 | 337 |
현재 버전 | 2.70 |
최근 업데이트 | 2020-12-15 |
출시 날짜 | 2018-01-25 |
평점 | 4.00/5 총 7 개의 평점 |
개발자 | http://getcallbridge.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getcallbridge.com/pro |
도움말 페이지 URL | https://getcallbridge.com/faq |
개인정보 보호 정책 페이지 URL | https://getcallbridge.com/legal-terms |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "manifest_version": 2, "version": "2.70", "description": "__MSG_appDesc__", "default_locale": "en", "author": "McLeed", "short_name": "CallBridgePro Mobile", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "options_page": "gestion.html", "background": { "page": "background.html", "persistent": true }, "commands": { "Call": { "suggested_key": { "default": "Alt+Y", "linux": "Alt+Y" }, "description": "Call" }, "Sms": { "suggested_key": { "default": "Alt+X", "linux": "Alt+X" }, "description": "Sms" }, "SmsStd": { "suggested_key": { "default": "Alt+Z", "linux": "Alt+Z" }, "description": "SmsStd" }, "_execute_browser_action": { "suggested_key": { "default": "Alt+B", "linux": "Alt+B" } } }, "browser_action": { "default_icon": "images\/icon-19.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications", "background", "contextMenus" ], "web_accessible_resources": [ "*.*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "select.js" ], "run_at": "document_start", "all_frames": true } ] } |