Userpilot
Build contextual experiences on top of your product.
Cos'è Userpilot?
Userpilot è un'estensione di Chrome sviluppata da https://userpilot.com, e la sua funzione principale è "Build contextual experiences on top of your product.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Userpilot
Scarica i file di estensione Userpilot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Userpilot helps product & customer success teams increase product adoption through action-triggered in-app Experiences. Code-Free.
Privacy Policy
https://userpilot.com/privacy-policy/ Informazioni di Base sull'Estensione
| Nome | |
| ID | ecmjjdafjebhegfhjincbdhgfonpibfm |
| URL Ufficiale | https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm |
| Descrizione | Build contextual experiences on top of your product. |
| Dimensione del File | 4.22 MB |
| Conteggio Installazioni | 8,388 |
| Versione Corrente | 1.0.5.8 |
| Ultimo Aggiornamento | 2024-03-03 |
| Data di Pubblicazione | 2020-06-04 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | https://userpilot.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://userpilot.com/privacy-policy |
| Lingue Supportate | 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"
}
} | |