Chameleon Builder

Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding.

Qu'est-ce que Chameleon Builder ?

Chameleon Builder est une extension Chrome développée par https://trychameleon.com, et sa fonction principale est "Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chameleon Builder

Téléchargez les fichiers d'extension Chameleon Builder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Use Chameleon Experiences to:
Collect real-time feedback
Help new users onboard and activate 
Convert free triallers to paid
Drive awareness and discovery of new features

This Chrome Extension enables you to use the Chameleon Builder to build and preview Chameleon Experiences. 

Learn more about the Extension here: https://help.trychameleon.com/en/articles/1204283-what-does-the-chrome-extension-do
Learn more about Chameleon here: https://www.trychameleon.com                    

Informations de Base sur l'Extension

Nom Chameleon Builder Chameleon Builder
ID lfckcgkphfglcodbedlpkkkkjicbngpe
URL Officiel https://chromewebstore.google.com/detail/chameleon-builder/lfckcgkphfglcodbedlpkkkkjicbngpe
Description Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding.
Taille du Fichier 360 KB
Nombre d'Installations 6,638
Version Actuelle 3.2.7
Dernière Mise à Jour 2024-02-01
Date de Publication 2020-01-14
Évaluation 4.75/5 Total 12 Évaluations
Développeur https://trychameleon.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://trychameleon.com/
URL de la Page d'Aide https://help.trychameleon.com/
URL de la Page de Politique de Confidentialité https://www.trychameleon.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_title": "Chameleon Builder",
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.chameleon.io\/*",
                "https:\/\/app.trychameleon.com\/*"
            ],
            "js": [
                "js\/content\/app.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content\/end.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "ids": [],
        "matches": [
            "https:\/\/*.chameleon.io\/*",
            "https:\/\/*.trychameleon.com\/*"
        ]
    },
    "permissions": [
        "https:\/\/*\/*",
        "tabs"
    ],
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "Chameleon Builder",
    "short_name": "Chameleon Builder",
    "version": "3.2.7",
    "description": "Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding."
}