ITC Cloud

Desktop Integration

Qu'est-ce que ITC Cloud ?

ITC Cloud est une extension Chrome développée par Developer, et sa fonction principale est "Desktop Integration".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ITC Cloud

Téléchargez les fichiers d'extension ITC Cloud 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

                        ITC Cloud integration platform providing database driven screen pops.  The ITC Cloud app integrates with back office applications using API’s (Salesforce, ZenDesk, HubSpot, Connectwise, etc) by leveraging API’s the ITC Cloud extension will search any internal database and present the findings in a new window.  The ITC Cloud app also recognizes any phone number presented in Google Chrome and transforms it into a clickable link for seamless click to dial                    

Informations de Base sur l'Extension

Nom ITC Cloud ITC Cloud
ID ppgfchommgplaeifkfjjnpmipbojfbng
URL Officiel https://chromewebstore.google.com/detail/itc-cloud/ppgfchommgplaeifkfjjnpmipbojfbng
Description Desktop Integration
Taille du Fichier 279 KB
Nombre d'Installations 80
Version Actuelle 0.17.10
Dernière Mise à Jour 2023-04-05
Date de Publication 2020-06-26
Développeur Developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.in-telecom.com/
URL de la Page d'Aide https://www.in-telecom.com/support
URL de la Page de Politique de Confidentialité https://www.loupdb.com/privacy-policy
Langues Prises en Charge en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ITC Cloud",
    "description": "Desktop Integration",
    "short_name": "ITC Cloud",
    "version": "0.17.10",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "html\/login.html",
                "html\/dashboard.html"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}