CLINQ

Call someone directly from your browser.

Apa itu CLINQ?

CLINQ adalah ekstensi Chrome yang dikembangkan oleh CLINQ, dan fitur utamanya adalah "Call someone directly from your browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CLINQ

Unduh file ekstensi CLINQ 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

                        With the CLINQ Extension you can call phone numbers directly from any browser-based application such as CRM systems and also from any websites via Click2Dial: One click on the phone number and the call will be started.
Important: To be able to use the CLINQ Extension you need a free account at www.clinq.com.                    

Informasi Dasar Ekstensi

Nama CLINQ CLINQ
ID lnaiiogbebnpmdkcfgafkjjgabmekbam
URL Resmi https://chromewebstore.google.com/detail/clinq/lnaiiogbebnpmdkcfgafkjjgabmekbam
Deskripsi Call someone directly from your browser.
Ukuran File 218 KB
Jumlah Instalasi 1,539
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2023-12-21
Tanggal Publikasi 2019-10-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang CLINQ
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://clinq.com
URL Halaman Bantuan https://clinq.freshdesk.com
URL Halaman Kebijakan Privasi https://www.sipgateteam.de/datenschutz
Bahasa yang Didukung de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAndPwUI\/fm0AvwERsBFiZ02AgykVmop2uHUYEv\/bHq+xfQPS2fppi88SFqAkCj267D5og+4kQr28OLvibV3Ig9U7hkQN1xgN6upM7NOE4NyLWUvNpxB2F3749SjiX\/qhQiH3bDCQNkt8xIWtMFSu03UZ6eY0sjD6r5ADYzdNELNZSE+sLmESBlPhFkJzDpa\/QF\/GzuByhdF1FTQv6hPd4hHMyWoEVts68HqfSBbWsfJBC5DXvyd9CMmFCsalKFK7aCWNiKWzq7mSnWJGdfahW6IrVxOkK4lciCFGh\/TXm1zFRtmKQvFFjgZ6DqeLZZK6D3KGRhk4A9lrMX59tpkKYNQIDAQAB",
    "default_locale": "de",
    "name": "__MSG_appName__",
    "short_name": "CLINQ",
    "description": "__MSG_appDescription__",
    "version": "2.0.3",
    "homepage_url": "https:\/\/www.clinq.com\/",
    "icons": {
        "16": "resources\/images\/icon16.png",
        "32": "resources\/images\/icon32.png",
        "48": "resources\/images\/icon48.png",
        "128": "resources\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "resources\/images\/icon16.png",
            "32": "resources\/images\/icon32.png",
            "48": "resources\/images\/icon48.png",
            "128": "resources\/images\/icon128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sipgate.com\/*",
            "*:\/\/*.sipgate.de\/*",
            "*:\/\/*.clinq.com\/*",
            "*:\/\/*.clinq.app\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.google-analytics.com"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/images\/*",
                "html\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.clinq.com\/*"
    ]
}