Fortinet Privileged Access Agent

Fortinet Privileged Access Agent for Google Chrome

Fortinet Privileged Access Agentคืออะไร?

Fortinet Privileged Access Agent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FortiClient Chrome และคุณลักษณะหลักของมันคือ "Fortinet Privileged Access Agent for Google Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fortinet Privileged Access Agent

ดาวน์โหลดไฟล์ส่วนขยาย 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
}