Userpilot

Build contextual experiences on top of your product.

Что такое Userpilot?

Userpilot - это расширение Chrome, разработанное https://userpilot.com, и его основная функция - "Build contextual experiences on top of your product.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Userpilot

Скачайте файлы расширений Userpilot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Privacy Policy

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

Основная информация о расширении

Название Userpilot Userpilot
ID ecmjjdafjebhegfhjincbdhgfonpibfm
Официальный URL https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm
Описание Build contextual experiences on top of your product.
Размер файла 4.22 MB
Количество установок 8,388
Текущая Версия 1.0.5.8
Последнее Обновление 2024-03-03
Дата публикации 2020-06-04
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://userpilot.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://userpilot.com/privacy-policy
Поддерживаемые языки 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"
    }
}