Ubity click-to-dial
Dial phone numbers with you Ubity phone, directly from your browser
Wat is Ubity click-to-dial?
Ubity click-to-dial is een Chrome-extensie ontwikkeld door ubity, en de belangrijkste functie is "Dial phone numbers with you Ubity phone, directly from your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Ubity click-to-dial
Download Ubity click-to-dial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension find and highlight phone numbers on any website. Clicking an phone highlighted number trigger a call to it from your Ubity phone.
Basisinformatie over de Extensie
Naam | Ubity click-to-dial |
ID | dekccjnkeibpmhdcjohgikadlmaefdjl |
Officiële URL | https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl |
Beschrijving | Dial phone numbers with you Ubity phone, directly from your browser |
Bestandsgrootte | 142 KB |
Aantal Installaties | 438 |
Huidige Versie | 2.1.4 |
Laatst Bijgewerkt | 2021-04-30 |
Publicatiedatum | 2017-08-08 |
Ontwikkelaar | ubity |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://studio.ubity.com |
Help Pagina-URL | https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/ |
URL van de Privacybeleid Pagina | https://www.ubity.com/privacy-policy |
Ondersteunde Talen | 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" ] } |