Fortinet Privileged Access Agent

Fortinet Privileged Access Agent for Google Chrome

What is Fortinet Privileged Access Agent?

Fortinet Privileged Access Agent is a Chrome extension developed by FortiClient Chrome, and its main feature is "Fortinet Privileged Access Agent for Google Chrome".

Extension Screenshots

screenshot

Download Fortinet Privileged Access Agent Extension CRX File

Download Fortinet Privileged Access Agent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        FortiPAM is a Privileged Access Management product that helps organizations protect critical account credentials, control privileged user access, and monitor privileged activities. This extension enables the automatic filling-in of FortiPAM usernames and passwords for critical accounts accessed via FortiPAM. Additionally, it can support video recording of FortiPAM user activity during web browsing sessions for privileged accounts that are configured with a policy to record the session.                    

Extension Basic Information

Name Fortinet Privileged Access Agent Fortinet Privileged Access Agent
ID gkmiciealelfckimnoopefeplibjciih
Official URL https://chromewebstore.google.com/detail/fortinet-privileged-acces/gkmiciealelfckimnoopefeplibjciih
Description Fortinet Privileged Access Agent for Google Chrome
File Size 64.68 KB
Installation Count 157,776
Current Version 7.2.3.0928
Last Updated 2024-01-04
Publish Date 2022-10-26
Rating 3.40/5 Total 5 Ratings
Developer FortiClient Chrome
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.fortinet.com/corporate/about-us/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.2.3.0928",
    "name": "Fortinet Privileged Access Agent",
    "description": "Fortinet Privileged Access Agent for Google Chrome",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "permissions": [
        "privacy",
        "proxy",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        ""
    ],
    "manifest_version": 2
}