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文件

下載Candu for Chrome: Launch Product Experiences擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}