Ubity click-to-dial
Dial phone numbers with you Ubity phone, directly from your browser
Cos'è Ubity click-to-dial?
Ubity click-to-dial è un'estensione di Chrome sviluppata da ubity, e la sua funzione principale è "Dial phone numbers with you Ubity phone, directly from your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ubity click-to-dial
Scarica i file di estensione Ubity click-to-dial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension find and highlight phone numbers on any website. Clicking an phone highlighted number trigger a call to it from your Ubity phone.
Informazioni di Base sull'Estensione
Nome | Ubity click-to-dial |
ID | dekccjnkeibpmhdcjohgikadlmaefdjl |
URL Ufficiale | https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl |
Descrizione | Dial phone numbers with you Ubity phone, directly from your browser |
Dimensione del File | 142 KB |
Conteggio Installazioni | 438 |
Versione Corrente | 2.1.4 |
Ultimo Aggiornamento | 2021-04-30 |
Data di Pubblicazione | 2017-08-08 |
Sviluppatore | ubity |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://studio.ubity.com |
URL della Pagina di Aiuto | https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/ |
URL della Pagina della Politica sulla Privacy | https://www.ubity.com/privacy-policy |
Lingue Supportate | 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" ] } |