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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install the Candu Chrome Extension to preview and publish experiences like homepages & empty states, into your product."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Candu for Chrome: Launch Product Experiences एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}