JumpSeat

The enterprise on-screen guidance platform.

JumpSeatとは何ですか?

JumpSeatはhttps://jumpseat.ioによって開発されたChromeの拡張機能で、その主な機能は「The enterprise on-screen guidance platform.」です。

拡張機能のスクリーンショット

screenshot

JumpSeat拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}