Ubity click-to-dial
Dial phone numbers with you Ubity phone, directly from your browser
Was ist Ubity click-to-dial?
Ubity click-to-dial ist eine Chrome-Erweiterung, die von ubity entwickelt wurde, und ihr Hauptmerkmal ist "Dial phone numbers with you Ubity phone, directly from your browser".
Erweiterungsscreenshots
Ubity click-to-dial-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ubity click-to-dial-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension find and highlight phone numbers on any website.
Clicking an phone highlighted number trigger a call to it from your Ubity phone. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dekccjnkeibpmhdcjohgikadlmaefdjl |
| Offizielle URL | https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl |
| Beschreibung | Dial phone numbers with you Ubity phone, directly from your browser |
| Dateigröße | 142 KB |
| Installationsanzahl | 438 |
| Aktuelle Version | 2.1.4 |
| Letztes Update | 2021-04-30 |
| Veröffentlichungsdatum | 2017-08-08 |
| Entwickler | ubity |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://studio.ubity.com |
| Hilfeseite URL | https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/ |
| URL der Datenschutzrichtlinien-Seite | https://www.ubity.com/privacy-policy |
| Unterstützte Sprachen | 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"
]
} | |