Clear Clouds

CRM Integration powered by Clear Clouds

Co je Clear Clouds?

Clear Clouds je rozšíření Chrome vyvinuté Developer, a jeho hlavní funkcí je „CRM Integration powered by Clear Clouds“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Clear Clouds

Stáhněte si soubory rozšíření Clear Clouds ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Clear Clouds CRM Integration platform providing database driven screen pops.

The Clear Clouds app integrates with back-office applications using APIs (Salesforce.com, Zendesk, etc.)

By leveraging APIs the Clear Clouds extension will search any internal database a present the findings in a new window. The Clear Clouds app also recognizes any phone number presented in Google Chrome and transforms it into a clickable link for seamless click to dial                    

Základní Informace o Rozšíření

Název Clear Clouds Clear Clouds
ID jbjnkannnkbodiklcneobpnjfghdecbf
Oficiální URL https://chromewebstore.google.com/detail/clear-clouds/jbjnkannnkbodiklcneobpnjfghdecbf
Popis CRM Integration powered by Clear Clouds
Velikost souboru 283 KB
Počet instalací 125
Aktuální Verze 0.18.01
Poslední Aktualizace 2022-08-03
Datum Vydání 2020-06-18
Vývojář Developer
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://api.clearclouds.ca/
URL Stránky Nápovědy https://api.clearclouds.ca/support
URL Stránky Zásad Ochrany Soukromí https://www.loupdb.com/privacy-policy
Podporované Jazyky en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Clouds",
    "description": "CRM Integration powered by Clear Clouds",
    "short_name": "Clear Clouds",
    "version": "0.18.01",
    "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"
    }
}