sipgate App Click2Dial

Call someone directly from your browser.

What is sipgate App Click2Dial?

sipgate App Click2Dial is a Chrome extension developed by https://sipgate.de, and its main feature is "Call someone directly from your browser.".

Extension Screenshots

screenshot

Download sipgate App Click2Dial Extension CRX File

Download sipgate App Click2Dial 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

                        Mit der Google Chrome Erweiterung von sipgate starten Sie einen Anruf direkt aus Webseiten, E-mails oder Ihrem CRM – und das mit nur einem Klick.

Um die sipgate App Erweiterung nutzen zu können, brauchen Sie einen sipgate Account unter www.sipgate.de                    

Extension Basic Information

Name sipgate App Click2Dial sipgate App Click2Dial
ID meocbidedjibjdlhfjgplpogklmbhbko
Official URL https://chromewebstore.google.com/detail/sipgate-app-click2dial/meocbidedjibjdlhfjgplpogklmbhbko
Description Call someone directly from your browser.
File Size 216 KB
Installation Count 1,074
Current Version 2.0.3
Last Updated 2023-12-21
Publish Date 2023-04-24
Rating 5.00/5 Total 2 Ratings
Developer https://sipgate.de
Email [email protected]
Payment Type free
Extension Website https://www.sipgate.de/lp/sipgate-app-crm-integrationen
Help Page URL https://www.sipgate.de/kontakt
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAotbvhDiulMy5qzq1HbYrU8YwuV5CAe2Ws65QxYQC1jQyTlbOLFDpburfIwshoovSp0wKYVpV5DCbbMxmxaX5U+z9Nq3qM68Kwg72hjlsqhKtC\/O5GQjaDExrRoJCHDsnlYI1yW+TKXi1gMtxh6y2OtZykg9JGOq5iwi2CIlvMsIUwzkOffEq\/izhZTCQnWb42XKZuBsD6igfBp8Zyjde+ST1p4b+IH\/faQ6PNi68852I5fhhr2gaSpepGyzBnAYLHNw+Di1ijRjTFUYGQO0USiwpcAQR8KC2Blk\/kJxxL1Y6MrL4CnwDpYjbGndnoHdE865bmhbLpLvU7qX2zeLxlQIDAQAB",
    "default_locale": "de",
    "name": "__MSG_appNameSipgate__",
    "short_name": "sipgate",
    "description": "__MSG_appDescriptionSipgate__",
    "version": "2.0.3",
    "homepage_url": "https:\/\/www.sipgate.de\/",
    "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_appNameSipgate__"
    },
    "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": [
        "*:\/\/*.sipgate.de\/"
    ]
}