Cledara Engage

Help your company understand what Saas applications are being used

Cledara Engage là gì?

Cledara Engage là một tiện ích mở rộng Chrome được phát triển bởi https://cledara.com, và tính năng chính của nó là "Help your company understand what Saas applications are being used".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cledara Engage

Tải xuống các tệp mở rộng Cledara Engage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cledara Engage Cledara Engage
ID pkpmfehleomgdhhhhioofhkcojoppakc
URL Chính Thức https://chromewebstore.google.com/detail/cledara-engage/pkpmfehleomgdhhhhioofhkcojoppakc
Mô tả Help your company understand what Saas applications are being used
Kích Thước Tệp 2.48 MB
Số Lần Cài Đặt 14,866
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2023-05-05
Ngày Phát Hành 2021-11-29
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://cledara.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cledara.com
URL Trang Trợ Giúp https://help.cledara.com/hc
URL Trang Chính Sách Bảo Mật https://www.cledara.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}