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とは何ですか?

CloudGuard ExtensionはDome9 Securityによって開発されたChromeの拡張機能で、その主な機能は「1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…」です。

拡張機能のスクリーンショット

screenshot
screenshot

CloudGuard Extension拡張機能のCRXファイルをダウンロード

CloudGuard Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CloudGuard Extension CloudGuard Extension
ID ehgnfknpngcoibdjgplfechkifalhifk
公式URL https://chrome.google.com/webstore/detail/cloudguard-extension/ehgnfknpngcoibdjgplfechkifalhifk
説明 1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…
ファイルサイズ 1.49 MB
インストール数 309
現在のバージョン 2.4.2
最終更新日 2022-07-14
公開日 2019-12-11
評価 5.00/5 合計 3 レビュー
開発者 Dome9 Security
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dome9.com/
対応言語 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"
            ]
        }
    ]
}