Chameleon Builder

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

Chameleon Builder là gì?

Chameleon Builder là một tiện ích mở rộng Chrome được phát triển bởi https://trychameleon.com, và tính năng chính của nó là "Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chameleon Builder

Tải xuống các tệp mở rộng Chameleon Builder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chameleon Builder Chameleon Builder
ID lfckcgkphfglcodbedlpkkkkjicbngpe
URL Chính Thức https://chromewebstore.google.com/detail/chameleon-builder/lfckcgkphfglcodbedlpkkkkjicbngpe
Mô tả Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding.
Kích Thước Tệp 360 KB
Số Lần Cài Đặt 6,638
Phiên Bản Hiện Tại 3.2.7
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2020-01-14
Đánh Giá 4.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://trychameleon.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://trychameleon.com/
URL Trang Trợ Giúp https://help.trychameleon.com/
URL Trang Chính Sách Bảo Mật https://www.trychameleon.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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."
}