Cledara Engage

Help your company understand what Saas applications are being used

什么是Cledara Engage?

Cledara Engage是由https://cledara.com开发的Chrome扩展程序,该扩展的主要功能是“Help your company understand what Saas applications are being used”。

扩展截图

screenshot

下载Cledara Engage扩展crx文件

下载Cledara Engage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Cledara Engage Cledara Engage
ID pkpmfehleomgdhhhhioofhkcojoppakc
官方URL https://chromewebstore.google.com/detail/cledara-engage/pkpmfehleomgdhhhhioofhkcojoppakc
简介 Help your company understand what Saas applications are being used
文件大小 2.48 MB
安装次数 14,866
当前版本 1.3.4
更新时间 2023-05-05
上架时间 2021-11-29
评分 5.00/5 共9次评分
开发者 https://cledara.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cledara.com
帮助页面URL https://help.cledara.com/hc
隐私政策页面URL https://www.cledara.com/privacy-policy
支持的语言 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"
    }
}