CyberArk Identity Browser Extension

Improve the overall security and efficiency of your workforce with the following features: View and securely authenticate to all…

CyberArk Identity Browser Extension là gì?

CyberArk Identity Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://cyberark.com, và tính năng chính của nó là "Improve the overall security and efficiency of your workforce with the following features: View and securely authenticate to all…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CyberArk Identity Browser Extension

Tải xuống các tệp mở rộng CyberArk Identity Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Improve the overall security and efficiency of your workforce with the following features:

View and securely authenticate to all your authorized apps, shared apps, and personally captured apps directly from the browser extension
Recognize visits to new application websites and save the credentials using the "Land & Catch" feature
Securely store business app credentials in CyberArk Identity or in your CyberArk self-hosted vault and autofill the credentials upon access
Generate strong, configurable passwords during account sign up and change password flows
Automatically switch between multiple CyberArk Identity accounts
Learn more about CyberArk Identity and start your 30-day, fully-functional, free trial version https://www.cyberark.com/products/idaptive/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CyberArk Identity Browser Extension CyberArk Identity Browser Extension
ID jifcoadedkediabkmjbflemiblmnbjfk
URL Chính Thức https://chromewebstore.google.com/detail/cyberark-identity-browser/jifcoadedkediabkmjbflemiblmnbjfk
Mô tả Improve the overall security and efficiency of your workforce with the following features: View and securely authenticate to all…
Kích Thước Tệp 451 KB
Số Lần Cài Đặt 260,355
Phiên Bản Hiện Tại 24.2.1
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2020-10-28
Đánh Giá 3.29/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://cyberark.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cyberark.com
URL Trang Trợ Giúp https://www.cyberark.com/customer-support/
URL Trang Chính Sách Bảo Mật https://www.cyberark.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CyberArk Identity Browser Extension",
    "version": "24.2.1",
    "author": "CyberArk Software Ltd.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "all\/brand-common.js",
                "all\/brand-chrome.js",
                "content\/brand-common.js",
                "all\/commonBrowserApi.js",
                "content\/locale\/en.js",
                "all\/crossover.js",
                "all\/common.js",
                "all\/crossBackground.js",
                "content\/util.js",
                "content\/common.js",
                "content\/toast.js",
                "content\/messagebox.js",
                "all\/chrome-common.js",
                "content\/centrify-start.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/centrify-end.js",
                "content\/formfill.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/centrify-idle.js"
            ],
            "css": [
                "content\/style-idle.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "homepage_url": "https:\/\/www.cyberark.com",
    "offline_enabled": false,
    "options_page": "options\/options.html",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "privacy"
    ],
    "action": {
        "default_icon": {
            "19": "icons\/19disabled.png",
            "38": "icons\/38disabled.png"
        },
        "default_popup": "popover\/popover.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "cookies",
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "offscreen",
        "scripting",
        "unlimitedStorage",
        "webRequestAuthProvider"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "all\/fonts\/fa-regular-400.woff2",
                "all\/fonts\/fa-solid-900.woff2",
                "all\/fonts\/open-sans.css",
                "all\/fonts\/Open-Sans\/open-sans-300.woff2",
                "all\/fonts\/Open-Sans\/open-sans-400.woff2",
                "all\/fonts\/Open-Sans\/open-sans-600.woff2",
                "all\/fonts\/Open-Sans\/open-sans-700.woff2",
                "all\/fonts\/Open-Sans\/open-sans-800.woff2",
                "content\/style-idle.css",
                "popover\/images\/copy-password-icon.svg",
                "popover\/images\/refresh.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}