FortiGate Support Tool

Support utility tool for capturing information from a FortiGate

FortiGate Support Tool là gì?

FortiGate Support Tool là một tiện ích mở rộng Chrome được phát triển bởi Fortinet, và tính năng chính của nó là "Support utility tool for capturing information from a FortiGate".

Ả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 FortiGate Support Tool

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

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

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

Tên FortiGate Support Tool FortiGate Support Tool
ID jbeeicmopdjjhdjnikmmhlebpkllhjki
URL Chính Thức https://chromewebstore.google.com/detail/fortigate-support-tool/jbeeicmopdjjhdjnikmmhlebpkllhjki
Mô tả Support utility tool for capturing information from a FortiGate
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.1.6
Cập Nhật Lần Cuối 2024-01-29
Ngày Phát Hành 2019-12-19
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Fortinet
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}