Candu for Chrome: Launch Product Experiences

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

Was ist Candu for Chrome: Launch Product Experiences?

Candu for Chrome: Launch Product Experiences ist eine Chrome-Erweiterung, die von https://www.candu.ai entwickelt wurde, und ihr Hauptmerkmal ist "Install the Candu Chrome Extension to preview and publish experiences like homepages & empty states, into your product.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Candu for Chrome: Launch Product Experiences-Erweiterungs-CRX-Datei herunterladen

Laden Sie Candu for Chrome: Launch Product Experiences-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Candu for Chrome: Launch Product Experiences Candu for Chrome: Launch Product Experiences
ID gpnmpnhiimfmafenhcojmfaejljffhpn
Offizielle URL https://chromewebstore.google.com/detail/candu-for-chrome-launch-p/gpnmpnhiimfmafenhcojmfaejljffhpn
Beschreibung Install the Candu Chrome Extension to preview and publish experiences like homepages & empty states, into your product.
Dateigröße 8.29 MB
Installationsanzahl 1,191
Aktuelle Version 4.1.3
Letztes Update 2023-11-24
Veröffentlichungsdatum 2020-10-12
Bewertung 5.00/5 Insgesamt 16 Bewertungen
Entwickler https://www.candu.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.candu.ai/
Hilfeseite URL https://docs.candu.ai/en/articles/5894376-previewing-your-candu-content
URL der Datenschutzrichtlinien-Seite https://www.candu.ai/privacy-policy
Unterstützte Sprachen 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"
    ]
}