Userpilot

Build contextual experiences on top of your product.

Userpilot란 무엇입니까?

Userpilot은(는) https://userpilot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build contextual experiences on top of your product."입니다.

확장 프로그램 스크린샷

screenshot

Userpilot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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