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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Launch calls/SMS on IOS/Android smartphone from your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CallBridgePro - Call+SMS from the PC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } ] } |