Kavkom Click2Call

Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.

Qu'est-ce que Kavkom Click2Call ?

Kavkom Click2Call est une extension Chrome développée par kavkom.com, et sa fonction principale est "Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kavkom Click2Call

Téléchargez les fichiers d'extension Kavkom Click2Call 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

                        Thanks to the Kavkom Click2Call extension our Cloud Telephony Phone System users can save time when there's a need to dial up telephone number being displayed on Web page.

Fully compatible with most of popular CRM systems (SugarCRM, Zoho, Salesforces, Bitrix, Vtiger, Microsoft Dynamics and others) as well as regular websites.

How to use:
1)	Install extension.
2)	Login with your Kavkom PBX Cloud Telephony user credentials
3)	Click on the dial button near the phone number at desired WEB page, or highlight number by dragging with mouse crosshair and press "call:" item at the right click context menu                    

Informations de Base sur l'Extension

Nom Kavkom Click2Call Kavkom Click2Call
ID epfenpmnngonckanfoaehlnepjbjlmaa
URL Officiel https://chromewebstore.google.com/detail/kavkom-click2call/epfenpmnngonckanfoaehlnepjbjlmaa
Description Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.
Taille du Fichier 253 KB
Nombre d'Installations 615
Version Actuelle 2.0
Dernière Mise à Jour 2021-04-28
Date de Publication 2021-04-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur kavkom.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.kavkom.com
URL de la Page d'Aide http://www.kavkom.com/contact
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kavkom Click2Call",
    "description": "Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.",
    "version": "2.0",
    "manifest_version": 2,
    "icons": {
        "128": "img\/favicon\/favicon-32x32.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J",
                "mac": "Command+Shift+Y",
                "windows": "Ctrl+Shift+Y"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vendors\/mutation-summary.js",
                "content.bundle.js"
            ],
            "exclude_matches": [
                "*:\/\/webphone.kavkom.com\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.jpg",
        "img\/*.svg"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "img\/favicon\/favicon-32x32.png"
        },
        "default_title": "KavKom Click2Call",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}