CallOne Click-To-Dial

Connect your Business Telephony with Browser Click-to-Dial.

Qu'est-ce que CallOne Click-To-Dial ?

CallOne Click-To-Dial est une extension Chrome développée par https://www.callone.de, et sa fonction principale est "Connect your Business Telephony with Browser Click-to-Dial.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CallOne Click-To-Dial

Téléchargez les fichiers d'extension CallOne Click-To-Dial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom CallOne Click-To-Dial CallOne Click-To-Dial
ID cedionilkklbngbmlnipangpipeficfo
URL Officiel https://chromewebstore.google.com/detail/callone-click-to-dial/cedionilkklbngbmlnipangpipeficfo
Description Connect your Business Telephony with Browser Click-to-Dial.
Taille du Fichier 1.14 MB
Nombre d'Installations 458
Version Actuelle 1.7.0
Dernière Mise à Jour 2024-01-09
Date de Publication 2020-03-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.callone.de
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.callone.de/
URL de la Page de Politique de Confidentialité https://www.callone.de/datenschutz
Langues Prises en Charge 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"
    }
}