Userpilot
Build contextual experiences on top of your product.
Apa itu Userpilot?
Userpilot adalah ekstensi Chrome yang dikembangkan oleh https://userpilot.com, dan fitur utamanya adalah "Build contextual experiences on top of your product.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Userpilot
Unduh file ekstensi Userpilot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Userpilot helps product & customer success teams increase product adoption through action-triggered in-app Experiences. Code-Free. Privacy Policy https://userpilot.com/privacy-policy/
Informasi Dasar Ekstensi
Nama | Userpilot |
ID | ecmjjdafjebhegfhjincbdhgfonpibfm |
URL Resmi | https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm |
Deskripsi | Build contextual experiences on top of your product. |
Ukuran File | 4.22 MB |
Jumlah Instalasi | 8,388 |
Versi Saat Ini | 1.0.5.8 |
Terakhir Diperbarui | 2024-03-03 |
Tanggal Publikasi | 2020-06-04 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | https://userpilot.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://userpilot.com/privacy-policy |
Bahasa yang Didukung | 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" } } |