Fortinet Privileged Access Agent

Fortinet Privileged Access Agent for Google Chrome

Was ist Fortinet Privileged Access Agent?

Fortinet Privileged Access Agent ist eine Chrome-Erweiterung, die von FortiClient Chrome entwickelt wurde, und ihr Hauptmerkmal ist "Fortinet Privileged Access Agent for Google Chrome".

Erweiterungsscreenshots

screenshot

Fortinet Privileged Access Agent-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fortinet Privileged Access Agent-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fortinet Privileged Access Agent Fortinet Privileged Access Agent
ID gkmiciealelfckimnoopefeplibjciih
Offizielle URL https://chromewebstore.google.com/detail/fortinet-privileged-acces/gkmiciealelfckimnoopefeplibjciih
Beschreibung Fortinet Privileged Access Agent for Google Chrome
Dateigröße 64.68 KB
Installationsanzahl 157,776
Aktuelle Version 7.2.3.0928
Letztes Update 2024-01-04
Veröffentlichungsdatum 2022-10-26
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler FortiClient Chrome
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.fortinet.com/corporate/about-us/privacy.html
Unterstützte Sprachen 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
}