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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}