Userpilot

Build contextual experiences on top of your product.

What is Userpilot?

Userpilot is a Chrome extension developed by https://userpilot.com, and its main feature is "Build contextual experiences on top of your product.".

Extension Screenshots

screenshot

Download Userpilot Extension CRX File

Download Userpilot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Privacy Policy

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

Extension Basic Information

Name Userpilot Userpilot
ID ecmjjdafjebhegfhjincbdhgfonpibfm
Official URL https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm
Description Build contextual experiences on top of your product.
File Size 4.22 MB
Installation Count 8,388
Current Version 1.0.5.8
Last Updated 2024-03-03
Publish Date 2020-06-04
Rating 5.00/5 Total 6 Ratings
Developer https://userpilot.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://userpilot.com/privacy-policy
Supported Languages 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"
    }
}