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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dome9 Security และคุณลักษณะหลักของมันคือ "1) Securing Access to any server and cloud protection. 2) Enabling On-Demand secure access to your Dome9 servers has never been…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudGuard Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}