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 là gì?

Candu for Chrome: Launch Product Experiences là một tiện ích mở rộng Chrome được phát triển bởi https://www.candu.ai, và tính năng chính của nó là "Install the Candu Chrome Extension to preview and publish experiences like homepages & empty states, into your product.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Candu for Chrome: Launch Product Experiences

Tải xuống các tệp mở rộng Candu for Chrome: Launch Product Experiences 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

                        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.                    

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

Tên Candu for Chrome: Launch Product Experiences Candu for Chrome: Launch Product Experiences
ID gpnmpnhiimfmafenhcojmfaejljffhpn
URL Chính Thức https://chromewebstore.google.com/detail/candu-for-chrome-launch-p/gpnmpnhiimfmafenhcojmfaejljffhpn
Mô tả Install the Candu Chrome Extension to preview and publish experiences like homepages & empty states, into your product.
Kích Thước Tệp 8.29 MB
Số Lần Cài Đặt 1,191
Phiên Bản Hiện Tại 4.1.3
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2020-10-12
Đánh Giá 5.00/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://www.candu.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.candu.ai/
URL Trang Trợ Giúp https://docs.candu.ai/en/articles/5894376-previewing-your-candu-content
URL Trang Chính Sách Bảo Mật https://www.candu.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}