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.

What is Kavkom Click2Call?

Kavkom Click2Call is a Chrome extension developed by kavkom.com, and its main feature 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.".

Extension Screenshots

screenshot
screenshot

Download Kavkom Click2Call Extension CRX File

Download Kavkom Click2Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Kavkom Click2Call Kavkom Click2Call
ID epfenpmnngonckanfoaehlnepjbjlmaa
Official URL 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.
File Size 253 KB
Installation Count 615
Current Version 2.0
Last Updated 2021-04-28
Publish Date 2021-04-22
Rating 5.00/5 Total 3 Ratings
Developer kavkom.com
Email [email protected]
Payment Type free
Extension Website http://www.kavkom.com
Help Page URL http://www.kavkom.com/contact
Supported Languages 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';"
}