Userpilot
Build contextual experiences on top of your product.
ما هو Userpilot؟
Userpilot هو إضافة Chrome تم تطويرها بواسطة https://userpilot.com، والميزة الرئيسية لها هي "Build contextual experiences on top of your product.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Userpilot
قم بتنزيل ملفات الامتداد Userpilot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Userpilot helps product & customer success teams increase product adoption through action-triggered in-app Experiences. Code-Free. Privacy Policy https://userpilot.com/privacy-policy/
معلومات أساسية عن التمديد
الاسم | Userpilot |
ID | ecmjjdafjebhegfhjincbdhgfonpibfm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm |
الوصف | Build contextual experiences on top of your product. |
حجم الملف | 4.22 MB |
عدد التثبيتات | 8,388 |
النسخة الحالية | 1.0.5.8 |
آخر تحديث | 2024-03-03 |
تاريخ النشر | 2020-06-04 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | https://userpilot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://userpilot.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Userpilot", "description": "Build contextual experiences on top of your product.", "version": "1.0.5.8", "browser_action": { "default_icon": "icons_prod\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/app.userpilot.io\/*", "*:\/\/staging.userpilot.io\/*", "*:\/\/*.userpilot.io\/*" ] }, "web_accessible_resources": [ "src\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com object-src 'self';", "permissions": [ "contextMenus", "activeTab" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "http:\/\/localhost\/*" ], "icons": { "16": "icons_prod\/icon16.png", "128": "icons_prod\/icon128.png" } } |