FortiGate Support Tool

Support utility tool for capturing information from a FortiGate

FortiGate Support Tool क्या है?

FortiGate Support Tool Fortinet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Support utility tool for capturing information from a FortiGate"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FortiGate Support Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}