CloudGuard Extension

1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…

CloudGuard Extension là gì?

CloudGuard Extension là một tiện ích mở rộng Chrome được phát triển bởi Dome9 Security, và tính năng chính của nó là "1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng CloudGuard 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

                        1) Securing Access to any server and cloud protection.
2) Enabling On-Demand secure access to your Dome9 servers has never been easier.

CloudGuard Native app gives you secure, time-based access to any set of defined servers with the click of a button.

The CloudGuard Native Instant Access App:
*Gives you secure access to any cloud server.
*Eliminates the need to login to CloudGuard Native Central.                    

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

Tên CloudGuard Extension CloudGuard Extension
ID ehgnfknpngcoibdjgplfechkifalhifk
URL Chính Thức https://chrome.google.com/webstore/detail/cloudguard-extension/ehgnfknpngcoibdjgplfechkifalhifk
Mô tả 1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…
Kích Thước Tệp 1.49 MB
Số Lần Cài Đặt 309
Phiên Bản Hiện Tại 2.4.2
Cập Nhật Lần Cuối 2022-07-14
Ngày Phát Hành 2019-12-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Dome9 Security
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dome9.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudGuard Extension",
    "version": "2.4.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "img\/logo.png"
    },
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ]
}