Userpilot

Build contextual experiences on top of your product.

Wat is Userpilot?

Userpilot is een Chrome-extensie ontwikkeld door https://userpilot.com, en de belangrijkste functie is "Build contextual experiences on top of your product.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Userpilot

Download Userpilot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Userpilot helps product & customer success teams increase product adoption through action-triggered in-app Experiences. Code-Free.

Privacy Policy

https://userpilot.com/privacy-policy/                    

Basisinformatie over de Extensie

Naam Userpilot Userpilot
ID ecmjjdafjebhegfhjincbdhgfonpibfm
Officiële URL https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm
Beschrijving Build contextual experiences on top of your product.
Bestandsgrootte 4.22 MB
Aantal Installaties 8,388
Huidige Versie 1.0.5.8
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2020-06-04
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://userpilot.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://userpilot.com/privacy-policy
Ondersteunde Talen 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"
    }
}