FortiGate Support Tool

Support utility tool for capturing information from a FortiGate

FortiGate Support Toolとは何ですか?

FortiGate Support ToolはFortinetによって開発されたChromeの拡張機能で、その主な機能は「Support utility tool for capturing information from a FortiGate」です。

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

screenshot

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

FortiGate Support Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows for capturing detailed debug information of a FortiGate's graphical user interface. Requires FortiOS 6.2.2 or greater.                    

拡張機能の基本情報

名前 FortiGate Support Tool FortiGate Support Tool
ID jbeeicmopdjjhdjnikmmhlebpkllhjki
公式URL https://chromewebstore.google.com/detail/fortigate-support-tool/jbeeicmopdjjhdjnikmmhlebpkllhjki
説明 Support utility tool for capturing information from a FortiGate
ファイルサイズ 1.38 MB
インストール数 10,000
現在のバージョン 2.1.6
最終更新日 2024-01-29
公開日 2019-12-19
評価 4.63/5 合計 8 レビュー
開発者 Fortinet
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FortiGate Support Tool",
    "version": "2.1.6",
    "description": "Support utility tool for capturing information from a FortiGate",
    "content_scripts": [
        {
            "js": [
                "content-page.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background-script.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "FortiGate Support Tool",
        "default_icon": {
            "16": "assets\/fortinet-grey-16.png",
            "24": "assets\/fortinet-grey-24.png",
            "32": "assets\/fortinet-grey-32.png"
        }
    },
    "icons": {
        "16": "assets\/fortinet-red-16.png",
        "32": "assets\/fortinet-red-32.png",
        "48": "assets\/fortinet-red-48.png",
        "128": "assets\/fortinet-red-128.png"
    },
    "permissions": [
        "management",
        "system.cpu",
        "system.memory",
        "desktopCapture",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}