FortiManager/FortiAnalyzer Debugger

Debug a FortiManager/FortiAnalyzer

Hvad er FortiManager/FortiAnalyzer Debugger?

FortiManager/FortiAnalyzer Debugger er en Chrome-udvidelse udviklet af Fortinet, og dens hovedfunktion er "Debug a FortiManager/FortiAnalyzer".

Udvidelsesskærmbilleder

screenshot

Download FortiManager/FortiAnalyzer Debugger-udvidelses-CRX-fil

Download FortiManager/FortiAnalyzer Debugger-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension allows for capturing detailed debug information of a FortiManager/FortiAnalyzer's graphical user interface. Requires FortiManager/FortiAnalyzer 6.4.0 GA or greater.

How to use this tool:

1. For capturing:
  a. Login any FortiManager/FortiAnalyzer that is latter than 6.4.0 GA, this extension color will turn blue (activated).
  b. Click this extension and select "New Capture"
  c. update the file name and select "Start Capture"
  d. FortiManager/FortiAnalyzer should prompt for permission, select "OK" to start capture debug information.
  e. A red record icon appears in the FortiManager/FortiAnalyzer toolbar.
  f. After finishing your operation, click the record icon to stop and download the captured zip file.

2. For viewing:
  a. Open this extension and select "View Existing Capture".
  b. Open the captured zip file in the newly open viewer tab.
  c. Start the video to view the operation and different captured information.                    

Grundlæggende oplysninger om udvidelsen

Navn FortiManager/FortiAnalyzer Debugger FortiManager/FortiAnalyzer Debugger
ID dhdlbdcjpkjngafjclfegbbcajbfhlac
Officiel URL https://chromewebstore.google.com/detail/fortimanagerfortianalyzer/dhdlbdcjpkjngafjclfegbbcajbfhlac
Beskrivelse Debug a FortiManager/FortiAnalyzer
Filstørrelse 594 KB
Antal Installationer 3,003
Nuværende Version 1.0.2
Senest Opdateret 2021-05-07
Udgivelsesdato 2020-09-15
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler Fortinet
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FortiManager\/FortiAnalyzer Debugger",
    "version": "1.0.2",
    "description": "Debug a FortiManager\/FortiAnalyzer",
    "content_scripts": [
        {
            "js": [
                "content-page.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background-script.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "FortiManager\/FortiAnalyzer Debugger",
        "default_icon": {
            "16": "assets\/fortimanager-grey-16.png",
            "24": "assets\/fortimanager-grey-24.png",
            "32": "assets\/fortimanager-grey-32.png"
        }
    },
    "icons": {
        "16": "assets\/fortimanager-blue-16.png",
        "32": "assets\/fortimanager-blue-32.png",
        "48": "assets\/fortimanager-blue-48.png",
        "128": "assets\/fortimanager-blue-128.png"
    },
    "web_accessible_resources": [
        "content-trampoline.html"
    ],
    "permissions": [
        "management",
        "system.cpu",
        "system.memory",
        "tabCapture",
        "",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}