Userpilot
Build contextual experiences on top of your product.
Was ist Userpilot?
Userpilot ist eine Chrome-Erweiterung, die von https://userpilot.com entwickelt wurde, und ihr Hauptmerkmal ist "Build contextual experiences on top of your product.".
Erweiterungsscreenshots
Userpilot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Userpilot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Userpilot helps product & customer success teams increase product adoption through action-triggered in-app Experiences. Code-Free.
Privacy Policy
https://userpilot.com/privacy-policy/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ecmjjdafjebhegfhjincbdhgfonpibfm |
| Offizielle URL | https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm |
| Beschreibung | Build contextual experiences on top of your product. |
| Dateigröße | 4.22 MB |
| Installationsanzahl | 8,388 |
| Aktuelle Version | 1.0.5.8 |
| Letztes Update | 2024-03-03 |
| Veröffentlichungsdatum | 2020-06-04 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | https://userpilot.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://userpilot.com/privacy-policy |
| Unterstützte Sprachen | 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"
}
} | |