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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}