Userpilot

Build contextual experiences on top of your product.

Co je Userpilot?

Userpilot je rozšíření Chrome vyvinuté https://userpilot.com, a jeho hlavní funkcí je „Build contextual experiences on top of your product.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Userpilot

Stáhněte si soubory rozšíření Userpilot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Privacy Policy

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

Základní Informace o Rozšíření

Název Userpilot Userpilot
ID ecmjjdafjebhegfhjincbdhgfonpibfm
Oficiální URL https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm
Popis Build contextual experiences on top of your product.
Velikost souboru 4.22 MB
Počet instalací 8,388
Aktuální Verze 1.0.5.8
Poslední Aktualizace 2024-03-03
Datum Vydání 2020-06-04
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://userpilot.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://userpilot.com/privacy-policy
Podporované Jazyky 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"
    }
}