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"
    }
}