Chameleon Builder

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

Chameleon Builderคืออะไร?

Chameleon Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trychameleon.com และคุณลักษณะหลักของมันคือ "Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chameleon Builder

ดาวน์โหลดไฟล์ส่วนขยาย 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."
}