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.

Was ist Kavkom Click2Call?

Kavkom Click2Call ist eine Chrome-Erweiterung, die von kavkom.com entwickelt wurde, und ihr Hauptmerkmal ist "Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.".

Erweiterungsscreenshots

screenshot
screenshot

Kavkom Click2Call-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kavkom Click2Call-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Kavkom Click2Call Kavkom Click2Call
ID epfenpmnngonckanfoaehlnepjbjlmaa
Offizielle URL https://chromewebstore.google.com/detail/kavkom-click2call/epfenpmnngonckanfoaehlnepjbjlmaa
Beschreibung Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.
Dateigröße 253 KB
Installationsanzahl 615
Aktuelle Version 2.0
Letztes Update 2021-04-28
Veröffentlichungsdatum 2021-04-22
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler kavkom.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.kavkom.com
Hilfeseite URL http://www.kavkom.com/contact
Unterstützte Sprachen 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';"
}