FortiGate Support Tool

Support utility tool for capturing information from a FortiGate

Qu'est-ce que FortiGate Support Tool ?

FortiGate Support Tool est une extension Chrome développée par Fortinet, et sa fonction principale est "Support utility tool for capturing information from a FortiGate".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FortiGate Support Tool

Téléchargez les fichiers d'extension FortiGate Support Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FortiGate Support Tool FortiGate Support Tool
ID jbeeicmopdjjhdjnikmmhlebpkllhjki
URL Officiel https://chromewebstore.google.com/detail/fortigate-support-tool/jbeeicmopdjjhdjnikmmhlebpkllhjki
Description Support utility tool for capturing information from a FortiGate
Taille du Fichier 1.38 MB
Nombre d'Installations 10,000
Version Actuelle 2.1.6
Dernière Mise à Jour 2024-01-29
Date de Publication 2019-12-19
Évaluation 4.63/5 Total 8 Évaluations
Développeur Fortinet
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}