CLINQ

Call someone directly from your browser.

What is CLINQ?

CLINQ is a Chrome extension developed by CLINQ, and its main feature is "Call someone directly from your browser.".

Extension Screenshots

screenshot

Download CLINQ Extension CRX File

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

                        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.                    

Extension Basic Information

Name CLINQ CLINQ
ID lnaiiogbebnpmdkcfgafkjjgabmekbam
Official URL https://chromewebstore.google.com/detail/clinq/lnaiiogbebnpmdkcfgafkjjgabmekbam
Description Call someone directly from your browser.
File Size 218 KB
Installation Count 1,539
Current Version 2.0.3
Last Updated 2023-12-21
Publish Date 2019-10-16
Rating 5.00/5 Total 1 Ratings
Developer CLINQ
Email [email protected]
Payment Type free
Extension Website https://clinq.com
Help Page URL https://clinq.freshdesk.com
Privacy Policy Page URL https://www.sipgateteam.de/datenschutz
Supported Languages 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\/*"
    ]
}