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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}