Fortinet Privileged Access Agent

Fortinet Privileged Access Agent for Google Chrome

什么是Fortinet Privileged Access Agent?

Fortinet Privileged Access Agent是由FortiClient Chrome开发的Chrome扩展程序,该扩展的主要功能是“Fortinet Privileged Access Agent for Google Chrome”。

扩展截图

screenshot

下载Fortinet Privileged Access Agent扩展crx文件

下载Fortinet Privileged Access Agent扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Fortinet Privileged Access Agent Fortinet Privileged Access Agent
ID gkmiciealelfckimnoopefeplibjciih
官方URL https://chromewebstore.google.com/detail/fortinet-privileged-acces/gkmiciealelfckimnoopefeplibjciih
简介 Fortinet Privileged Access Agent for Google Chrome
文件大小 64.68 KB
安装次数 157,776
当前版本 7.2.3.0928
更新时间 2024-01-04
上架时间 2022-10-26
评分 3.40/5 共5次评分
开发者 FortiClient Chrome
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.fortinet.com/corporate/about-us/privacy.html
支持的语言 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
}