CyberArk Secure Web Sessions Extension

Protect web-apps with CyberArk Secure Web Sessions. Offers step-recording, continuous authentication, and session protection.

CyberArk Secure Web Sessions Extensionคืออะไร?

CyberArk Secure Web Sessions Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cyberark.com และคุณลักษณะหลักของมันคือ "Protect web-apps with CyberArk Secure Web Sessions. Offers step-recording, continuous authentication, and session protection."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CyberArk Secure Web Sessions Extension

ดาวน์โหลดไฟล์ส่วนขยาย CyberArk Secure Web Sessions Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CyberArk Identity Secure Web Sessions is a cloud-based service that gives you the ability to record and audit user activity within web applications accessible through CyberArk Identity. Web applications protected by Secure Web Sessions are protected from malicious processes originating on endpoints, and all actions performed by end-users can be searched down to a users' exact clicks. Further, with Secure Web Sessions, customers can enable continuous authentication that monitors user behavior patterns and enforces reauthentication when anomalous activity is detected.

CyberArk Identity Secure Web Sessions enables you to:

* Record every step: User actions inside web applications, including mouse clicks and 
   keystrokes, are captured using screenshots along with the relevant browser metadata.

* Create audit trail: The captured activity data is saved in a secure location to provide context 
   and auditable step-by-step breakdown of in-app events.

* Set up continuous authentication: User activity is continuously analyzed to ensure that the 
  person who initiated the web session is the person using the application. If anomalous activity 
  is detected, users are prompted for additional authentication.

*  Protect sessions: High-risk web sessions are protected from malicious processes originating 
   on the endpoint using the browser extension.

* Create automatic remediation rules for any component within any application via simple "If-Then" rules.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CyberArk Secure Web Sessions Extension CyberArk Secure Web Sessions Extension
ID ohfinlfcbaehgokpmkjcmkgdcbgamgln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cyberark-secure-web-sessi/ohfinlfcbaehgokpmkjcmkgdcbgamgln
คำอธิบาย Protect web-apps with CyberArk Secure Web Sessions. Offers step-recording, continuous authentication, and session protection.
ขนาดไฟล์ 818 KB
จำนวนการติดตั้ง 13,871
เวอร์ชันปัจจุบัน 2.1.21401 (prod)
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2021-11-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา cyberark.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cyberark.com/products/secure-web-sessions/
URL หน้าช่วยเหลือ https://www.cyberark.com/customer-support/
URL หน้านโยบายความเป็นส่วนตัว https://www.cyberark.com/privacy-policy
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CyberArk Secure Web Sessions Extension",
    "default_locale": "en",
    "description": "Protect web-apps with CyberArk Secure Web Sessions. Offers step-recording, continuous authentication, and session protection.",
    "version": "2.1.21401",
    "version_name": "2.1.21401 (prod)",
    "incognito": "spanning",
    "icons": {
        "32": "images\/regular\/32.png",
        "48": "images\/regular\/48.png",
        "128": "images\/regular\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/session-control.css",
                "css\/toast-message.css",
                "css\/session-control-popup-message.css",
                "css\/user-app-logout.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ca-iframe.html",
                "sc-block-url-iframe.html",
                "css\/*",
                "fonts\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webNavigation",
        "alarms",
        "notifications",
        "nativeMessaging",
        "downloads",
        "unlimitedStorage",
        "cookies",
        "gcm",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    }
}