FortiManager/FortiAnalyzer Debugger

Debug a FortiManager/FortiAnalyzer

Wat is FortiManager/FortiAnalyzer Debugger?

FortiManager/FortiAnalyzer Debugger is een Chrome-extensie ontwikkeld door Fortinet, en de belangrijkste functie is "Debug a FortiManager/FortiAnalyzer".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FortiManager/FortiAnalyzer Debugger

Download FortiManager/FortiAnalyzer Debugger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FortiManager/FortiAnalyzer Debugger FortiManager/FortiAnalyzer Debugger
ID dhdlbdcjpkjngafjclfegbbcajbfhlac
Officiële URL https://chromewebstore.google.com/detail/fortimanagerfortianalyzer/dhdlbdcjpkjngafjclfegbbcajbfhlac
Beschrijving Debug a FortiManager/FortiAnalyzer
Bestandsgrootte 594 KB
Aantal Installaties 3,003
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-05-07
Publicatiedatum 2020-09-15
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Fortinet
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}