Userpilot

Build contextual experiences on top of your product.

Userpilot là gì?

Userpilot là một tiện ích mở rộng Chrome được phát triển bởi https://userpilot.com, và tính năng chính của nó là "Build contextual experiences on top of your product.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Userpilot

Tải xuống các tệp mở rộng Userpilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Privacy Policy

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Userpilot Userpilot
ID ecmjjdafjebhegfhjincbdhgfonpibfm
URL Chính Thức https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm
Mô tả Build contextual experiences on top of your product.
Kích Thước Tệp 4.22 MB
Số Lần Cài Đặt 8,388
Phiên Bản Hiện Tại 1.0.5.8
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2020-06-04
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://userpilot.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://userpilot.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}