Userpilot
Build contextual experiences on top of your product.
Vad är Userpilot?
Userpilot är en Chrome-tillägg utvecklad av https://userpilot.com, och dess huvudfunktion är "Build contextual experiences on top of your product.".
Tilläggsskärmbilder
Ladda ner Userpilot-förlängningens CRX-fil
Ladda ner Userpilot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Userpilot helps product & customer success teams increase product adoption through action-triggered in-app Experiences. Code-Free. Privacy Policy https://userpilot.com/privacy-policy/
Grundläggande Information om Tillägg
Namn | Userpilot |
ID | ecmjjdafjebhegfhjincbdhgfonpibfm |
Officiell webbadress | https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm |
Beskrivning | Build contextual experiences on top of your product. |
Filstorlek | 4.22 MB |
Antal Installationer | 8,388 |
Aktuell Version | 1.0.5.8 |
Senast Uppdaterad | 2024-03-03 |
Publiceringsdatum | 2020-06-04 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | https://userpilot.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://userpilot.com/privacy-policy |
Stödda Språk | 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" } } |