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.

Apa itu Kavkom Click2Call?

Kavkom Click2Call adalah ekstensi Chrome yang dikembangkan oleh kavkom.com, dan fitur utamanya adalah "Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Kavkom Click2Call

Unduh file ekstensi Kavkom Click2Call dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Kavkom Click2Call Kavkom Click2Call
ID epfenpmnngonckanfoaehlnepjbjlmaa
URL Resmi https://chromewebstore.google.com/detail/kavkom-click2call/epfenpmnngonckanfoaehlnepjbjlmaa
Deskripsi Searches for a phone numbers on web pages, allows to make calls by one click for logged in Kavkom Cloud PBX phone system users.
Ukuran File 253 KB
Jumlah Instalasi 615
Versi Saat Ini 2.0
Terakhir Diperbarui 2021-04-28
Tanggal Publikasi 2021-04-22
Penilaian 5.00/5 Total 3 Penilaian
Pengembang kavkom.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.kavkom.com
URL Halaman Bantuan http://www.kavkom.com/contact
Bahasa yang Didukung 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';"
}