Chameleon Builder

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

什么是Chameleon Builder?

Chameleon Builder是由https://trychameleon.com开发的Chrome扩展程序,该扩展的主要功能是“Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Chameleon Builder扩展crx文件

下载Chameleon Builder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Chameleon Builder Chameleon Builder
ID lfckcgkphfglcodbedlpkkkkjicbngpe
官方URL https://chromewebstore.google.com/detail/chameleon-builder/lfckcgkphfglcodbedlpkkkkjicbngpe
简介 Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding.
文件大小 360 KB
安装次数 6,638
当前版本 3.2.7
更新时间 2024-02-01
上架时间 2020-01-14
评分 4.75/5 共12次评分
开发者 https://trychameleon.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://trychameleon.com/
帮助页面URL https://help.trychameleon.com/
隐私政策页面URL https://www.trychameleon.com/privacy
支持的语言 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."
}