JumpSeat

The enterprise on-screen guidance platform.

JumpSeat là gì?

JumpSeat là một tiện ích mở rộng Chrome được phát triển bởi https://jumpseat.io, và tính năng chính của nó là "The enterprise on-screen guidance platform.".

Ả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 JumpSeat

Tải xuống các tệp mở rộng JumpSeat 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

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

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

Tên JumpSeat JumpSeat
ID ndlpojioljoiacimlfdeiedhcpjjdiga
URL Chính Thức https://chromewebstore.google.com/detail/jumpseat/ndlpojioljoiacimlfdeiedhcpjjdiga
Mô tả The enterprise on-screen guidance platform.
Kích Thước Tệp 1.4 MB
Số Lần Cài Đặt 48,234
Phiên Bản Hiện Tại 6.0.5
Cập Nhật Lần Cuối 2024-01-04
Ngày Phát Hành 2020-07-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://jumpseat.io
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://support.jumpseat.io
URL Trang Chính Sách Bảo Mật https://jumpseat.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}