JumpSeat

The enterprise on-screen guidance platform.

JumpSeatคืออะไร?

JumpSeat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jumpseat.io และคุณลักษณะหลักของมันคือ "The enterprise on-screen guidance platform."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JumpSeat

ดาวน์โหลดไฟล์ส่วนขยาย JumpSeat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        JumpSeat reduces onboarding times, improves training, and eases support by delivering on-screen guidance over your existing enterprise applications.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JumpSeat JumpSeat
ID ndlpojioljoiacimlfdeiedhcpjjdiga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jumpseat/ndlpojioljoiacimlfdeiedhcpjjdiga
คำอธิบาย The enterprise on-screen guidance platform.
ขนาดไฟล์ 1.4 MB
จำนวนการติดตั้ง 48,234
เวอร์ชันปัจจุบัน 6.0.5
อัปเดตครั้งล่าสุด 2024-01-04
วันที่เผยแพร่ 2020-07-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://jumpseat.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://support.jumpseat.io
URL หน้านโยบายความเป็นส่วนตัว https://jumpseat.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JumpSeat",
    "version": "6.0.5",
    "manifest_version": 3,
    "author": "JumpSeat, LLC",
    "description": "The enterprise on-screen guidance platform.",
    "action": {
        "browser_style": true,
        "default_title": "JumpSeat",
        "theme_icons": [
            {
                "light": "icons\/icon48.png",
                "dark": "icons\/icon48.png",
                "size": 48
            },
            {
                "light": "icons\/icon32.png",
                "dark": "icons\/icon32.png",
                "size": 32
            },
            {
                "light": "icons\/icon20.png",
                "dark": "icons\/icon20.png",
                "size": 20
            },
            {
                "light": "icons\/icon16.png",
                "dark": "icons\/icon16.png",
                "size": 16
            }
        ],
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "storage": {
        "managed_schema": "managed.json"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "jumpseat-extension.js"
            ],
            "css": [
                "css\/console.css"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "none",
        "object-src": "none"
    }
}