CallOne Click-To-Dial
Connect your Business Telephony with Browser Click-to-Dial.
Was ist CallOne Click-To-Dial?
CallOne Click-To-Dial ist eine Chrome-Erweiterung, die von https://www.callone.de entwickelt wurde, und ihr Hauptmerkmal ist "Connect your Business Telephony with Browser Click-to-Dial.".
Erweiterungsscreenshots
CallOne Click-To-Dial-Erweiterungs-CRX-Datei herunterladen
Laden Sie CallOne 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
The CallOne browser extension converts all phone numbers into dialable links and allows comfortable dialing with just one click. • Works with different VoIP providers • Free of charge • Dialpad • Numerous additional functions in combination with CallOne • Optional CRM integrations (Salesforce, Pipedrive, Zendesk) You can use our browser extension with your provider or in combination with the CallOne VoIP PBX or ACD. A wide range of additional functions are available to you with CallOne. Learn more: https://www.callone.de/
Grundlegende Informationen zur Erweiterung
Name | CallOne Click-To-Dial |
ID | cedionilkklbngbmlnipangpipeficfo |
Offizielle URL | https://chromewebstore.google.com/detail/callone-click-to-dial/cedionilkklbngbmlnipangpipeficfo |
Beschreibung | Connect your Business Telephony with Browser Click-to-Dial. |
Dateigröße | 1.14 MB |
Installationsanzahl | 458 |
Aktuelle Version | 1.7.0 |
Letztes Update | 2024-01-09 |
Veröffentlichungsdatum | 2020-03-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.callone.de |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://www.callone.de/ |
URL der Datenschutzrichtlinien-Seite | https://www.callone.de/datenschutz |
Unterstützte Sprachen | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CallOne Click-To-Dial", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/www.callone.de", "version": "1.7.0", "default_locale": "en", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/connect.callone.io\/*", "https:\/\/connect.inopla.de\/*", "https:\/\/connect.comdesk.de\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "all_frames": true, "run_at": "document_idle", "css": [ "\/css\/content.css" ], "js": [ "\/javascript\/helper.js", "\/javascript\/i18n.js", "\/javascript\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/logo_ca.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "background": { "service_worker": "\/javascript\/background.js" }, "action": { "default_icon": { "16": "\/images\/icons\/actions\/ca-default.png", "24": "\/images\/icons\/actions\/ca-default.png", "32": "\/images\/icons\/actions\/ca-default.png" }, "default_popup": "\/html\/popup.html" }, "icons": { "16": "\/images\/icons\/actions\/ca-default.png", "128": "\/images\/icons\/actions\/ca-default.png" } } |