Userpilot
Build contextual experiences on top of your product.
Userpilot क्या है?
Userpilot https://userpilot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build contextual experiences on top of your product."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Userpilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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" } } |