CLINQ

Call someone directly from your browser.

Wat is CLINQ?

CLINQ is een Chrome-extensie ontwikkeld door CLINQ, en de belangrijkste functie is "Call someone directly from your browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CLINQ

Download CLINQ-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

                        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.                    

Basisinformatie over de Extensie

Naam CLINQ CLINQ
ID lnaiiogbebnpmdkcfgafkjjgabmekbam
Officiële URL https://chromewebstore.google.com/detail/clinq/lnaiiogbebnpmdkcfgafkjjgabmekbam
Beschrijving Call someone directly from your browser.
Bestandsgrootte 218 KB
Aantal Installaties 1,539
Huidige Versie 2.0.3
Laatst Bijgewerkt 2023-12-21
Publicatiedatum 2019-10-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar CLINQ
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://clinq.com
Help Pagina-URL https://clinq.freshdesk.com
URL van de Privacybeleid Pagina https://www.sipgateteam.de/datenschutz
Ondersteunde Talen 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\/*"
    ]
}