Ubity click-to-dial
Dial phone numbers with you Ubity phone, directly from your browser
What is Ubity click-to-dial?
Ubity click-to-dial is a Chrome extension developed by ubity, and its main feature is "Dial phone numbers with you Ubity phone, directly from your browser".
Extension Screenshots
Download Ubity click-to-dial Extension CRX File
Download Ubity click-to-dial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension find and highlight phone numbers on any website. Clicking an phone highlighted number trigger a call to it from your Ubity phone.
Extension Basic Information
Name | Ubity click-to-dial |
ID | dekccjnkeibpmhdcjohgikadlmaefdjl |
Official URL | https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl |
Description | Dial phone numbers with you Ubity phone, directly from your browser |
File Size | 142 KB |
Installation Count | 438 |
Current Version | 2.1.4 |
Last Updated | 2021-04-30 |
Publish Date | 2017-08-08 |
Developer | ubity |
[email protected] | |
Payment Type | free |
Extension Website | https://studio.ubity.com |
Help Page URL | https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/ |
Privacy Policy Page URL | https://www.ubity.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Ubity click-to-dial", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Dial phone numbers with you Ubity phone, directly from your browser", "background": { "page": "background.html" }, "homepage_url": "https:\/\/studio.ubity.com\/", "version": "2.1.4", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "Ubity click-to-dial" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation", "notifications", "cookies" ] } |