Cledara Engage

Help your company understand what Saas applications are being used

Cos'è Cledara Engage?

Cledara Engage è un'estensione di Chrome sviluppata da https://cledara.com, e la sua funzione principale è "Help your company understand what Saas applications are being used".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cledara Engage

Scarica i file di estensione Cledara Engage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The extension lets your company know which SaaS applications (such as Pipedrive, Jira, Slack, Webflow, Salesforce etc.) people access to ensure that you and your colleagues are using all the best applications, customer data is safe and money is not being wasted on any duplicate subscriptions. 

Privacy disclaimer: Cledara Engage is built only for SaaS. This means that Cledara (and your company) will only receive browsing data that matches our curated list of SaaS providers, available on cledara.com/marketplace. All other browsing data stays on your device.                    

Informazioni di Base sull'Estensione

Nome Cledara Engage Cledara Engage
ID pkpmfehleomgdhhhhioofhkcojoppakc
URL Ufficiale https://chromewebstore.google.com/detail/cledara-engage/pkpmfehleomgdhhhhioofhkcojoppakc
Descrizione Help your company understand what Saas applications are being used
Dimensione del File 2.48 MB
Conteggio Installazioni 14,866
Versione Corrente 1.3.4
Ultimo Aggiornamento 2023-05-05
Data di Pubblicazione 2021-11-29
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore https://cledara.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.cledara.com
URL della Pagina di Aiuto https://help.cledara.com/hc
URL della Pagina della Politica sulla Privacy https://www.cledara.com/privacy-policy
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cledara Engage",
    "description": "Help your company understand what Saas applications are being used",
    "version": "1.3.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.cledara.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "identity",
        "identity.email"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "https:\/\/app.cledara.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/favicon16.png",
            "32": "\/images\/favicon32.png",
            "96": "\/images\/favicon96.png",
            "120": "\/images\/favicon120.png",
            "152": "\/images\/favicon152.png",
            "167": "\/images\/favicon167.png",
            "180": "\/images\/favicon180.png",
            "228": "\/images\/favicon228.png"
        }
    },
    "icons": {
        "16": "\/images\/favicon16.png",
        "32": "\/images\/favicon32.png",
        "96": "\/images\/favicon96.png",
        "120": "\/images\/favicon120.png",
        "152": "\/images\/favicon152.png",
        "167": "\/images\/favicon167.png",
        "180": "\/images\/favicon180.png",
        "228": "\/images\/favicon228.png"
    }
}