Chameleon Builder
Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding.
Chameleon Builder क्या है?
Chameleon Builder https://trychameleon.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create in-product Experiences (microsurveys, tours, banners, modals etc.) without coding."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chameleon Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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." } |