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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chameleon Builder
قم بتنزيل ملفات الامتداد Chameleon Builder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | https://help.trychameleon.com/ |
عنوان صفحة سياسة الخصوصية | 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." } |