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.”。
擴展截圖
下載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 |
ID | lfckcgkphfglcodbedlpkkkkjicbngpe |
官方網址 | 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." } |