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.

Wat is Kavkom Click2Call?

Kavkom Click2Call is een Chrome-extensie ontwikkeld door kavkom.com, en de belangrijkste functie is "Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kavkom Click2Call

Download Kavkom Click2Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Kavkom Click2Call Kavkom Click2Call
ID epfenpmnngonckanfoaehlnepjbjlmaa
Officiële URL https://chromewebstore.google.com/detail/kavkom-click2call/epfenpmnngonckanfoaehlnepjbjlmaa
Beschrijving Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.
Bestandsgrootte 253 KB
Aantal Installaties 615
Huidige Versie 2.0
Laatst Bijgewerkt 2021-04-28
Publicatiedatum 2021-04-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar kavkom.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.kavkom.com
Help Pagina-URL http://www.kavkom.com/contact
Ondersteunde Talen 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';"
}