WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Fortinet Support Tool

Fortinet Support Tool

View on Chrome Web Store
View Fortinet Support Tool Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (15 ratings)
1 new ratings
3 views
This extension has been viewed 3 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.

Utility tool for capturing debug information from supported Fortinet products.
Type
Extension
Users
20,000 users
10K
Fortinet
View author page of Fortinet
Published
Published on December 21, 2019
Version 3.0.28
Manifest version
3
Updated
Updated on November 24, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Fortinet Support Tool 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": "Fortinet Support Tool",
    "version": "3.0.28",
    "description": "Utility tool for capturing debug information from supported Fortinet products.",
    "content_scripts": [
        {
            "js": [
                "content-page.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background-script.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Fortinet Support Tool",
        "default_icon": {
            "16": "assets\/icon-grey-16.png",
            "24": "assets\/icon-grey-24.png",
            "32": "assets\/icon-grey-32.png"
        }
    },
    "icons": {
        "16": "assets\/icon-blue-16.png",
        "32": "assets\/icon-blue-32.png",
        "48": "assets\/icon-blue-48.png",
        "128": "assets\/icon-blue-128.png"
    },
    "permissions": [
        "management",
        "system.cpu",
        "system.memory",
        "desktopCapture",
        "webRequest"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}
© 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