sipgate App Click2Dial

Call someone directly from your browser.

Qu'est-ce que sipgate App Click2Dial ?

sipgate App Click2Dial est une extension Chrome développée par https://sipgate.de, et sa fonction principale est "Call someone directly from your browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension sipgate App Click2Dial

Téléchargez les fichiers d'extension sipgate App Click2Dial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom sipgate App Click2Dial sipgate App Click2Dial
ID meocbidedjibjdlhfjgplpogklmbhbko
URL Officiel https://chromewebstore.google.com/detail/sipgate-app-click2dial/meocbidedjibjdlhfjgplpogklmbhbko
Description Call someone directly from your browser.
Taille du Fichier 216 KB
Nombre d'Installations 1,074
Version Actuelle 2.0.3
Dernière Mise à Jour 2023-12-21
Date de Publication 2023-04-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://sipgate.de
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.sipgate.de/lp/sipgate-app-crm-integrationen
URL de la Page d'Aide https://www.sipgate.de/kontakt
Langues Prises en Charge 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\/"
    ]
}