Candu for Chrome: Launch Product Experiences

Install the Candu Chrome Extension to preview and publish experiences like homepages & empty states, into your product.

Candu for Chrome: Launch Product Experiences란 무엇입니까?

Candu for Chrome: Launch Product Experiences은(는) https://www.candu.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Install the Candu Chrome Extension to preview and publish experiences like homepages & empty states, into your product."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Candu for Chrome: Launch Product Experiences 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        After using the Candu Editor to create your content, use the extension to preview what your experience will look like before you make it live to your users! Point and click to see how it will embed into your existing UI or overlay on top of it.

Happy with your design? Simply hit save to publish it! Creating & launching native-looking, high-quality UX has never been faster or easier.                    

확장 프로그램 기본 정보

이름 Candu for Chrome: Launch Product Experiences Candu for Chrome: Launch Product Experiences
ID gpnmpnhiimfmafenhcojmfaejljffhpn
공식 URL https://chromewebstore.google.com/detail/candu-for-chrome-launch-p/gpnmpnhiimfmafenhcojmfaejljffhpn
설명 Install the Candu Chrome Extension to preview and publish experiences like homepages & empty states, into your product.
파일 크기 8.29 MB
설치 횟수 1,191
현재 버전 4.1.3
최근 업데이트 2023-11-24
출시 날짜 2020-10-12
평점 5.00/5 총 16 개의 평점
개발자 https://www.candu.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.candu.ai/
도움말 페이지 URL https://docs.candu.ai/en/articles/5894376-previewing-your-candu-content
개인정보 보호 정책 페이지 URL https://www.candu.ai/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Candu",
    "name": "Candu for Chrome: Launch Product Experiences",
    "description": "Install the Candu Chrome Extension to preview and publish experiences like homepages & empty states, into your product.",
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "version": "4.1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Candu for Chrome - Launch product-led experiences, fast"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.candu.ai\/*",
        "storage",
        "activeTab",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-sM7sB7rk4yoWs5Ddh8niiC0vgaWdMWuYh4xcG+T6iCg=' https:\/\/cdn.candu.ai https:\/\/cdn.lr-ingest.io https:\/\/cdn.segment.com https:\/\/cdn.heapanalytics.com https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com; object-src https:\/\/cdn.candu.ai 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "previewClient.js",
        "snapshotClient.js"
    ]
}