WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
FortiManager/FortiAnalyzer Debugger

FortiManager/FortiAnalyzer Debugger

View on Chrome Web Store
View FortiManager/FortiAnalyzer Debugger Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (6 ratings)
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Debug a FortiManager/FortiAnalyzer
Type
Extension
Users
7,000 users
500
Fortinet
View author page of Fortinet
Published
Published on September 21, 2020
Version 2.0.2
Manifest version
3
Updated
Updated on August 22, 2024
productivity/developer
Extension Category
View on Chrome Web Store
View FortiManager/FortiAnalyzer Debugger Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FortiManager\/FortiAnalyzer Debugger",
    "version": "2.0.2",
    "description": "Debug a FortiManager\/FortiAnalyzer",
    "manifest_version": 3,
    "minimum_chrome_version": "116",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background_service_worker.js"
    },
    "externally_connectable": {
        "matches": [
            "<all_urls>"
        ]
    },
    "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"
    },
    "permissions": [
        "management",
        "system.cpu",
        "system.memory",
        "tabCapture",
        "offscreen",
        "downloads"
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top