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
官方網址 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
}