Cledara Engage

Help your company understand what Saas applications are being used

Qu'est-ce que Cledara Engage ?

Cledara Engage est une extension Chrome développée par https://cledara.com, et sa fonction principale est "Help your company understand what Saas applications are being used".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cledara Engage

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

                        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.                    

Informations de Base sur l'Extension

Nom Cledara Engage Cledara Engage
ID pkpmfehleomgdhhhhioofhkcojoppakc
URL Officiel https://chromewebstore.google.com/detail/cledara-engage/pkpmfehleomgdhhhhioofhkcojoppakc
Description Help your company understand what Saas applications are being used
Taille du Fichier 2.48 MB
Nombre d'Installations 14,866
Version Actuelle 1.3.4
Dernière Mise à Jour 2023-05-05
Date de Publication 2021-11-29
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://cledara.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cledara.com
URL de la Page d'Aide https://help.cledara.com/hc
URL de la Page de Politique de Confidentialité https://www.cledara.com/privacy-policy
Langues Prises en Charge 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"
    }
}