Dome9 Instant Access

1-Click Secure Access to Any Server and Cloud Protected by Dome9 Firewall Agent

Dome9 Instant Accessคืออะไร?

Dome9 Instant Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dome9 Security และคุณลักษณะหลักของมันคือ "1-Click Secure Access to Any Server and Cloud Protected by Dome9 Firewall Agent"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dome9 Instant Access

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

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

                        Enabling On-Demand secure access to your Dome9 protected servers has never been easier.

Dome9 Instant Access app gives you secure, time-based access to any set of defined servers (including AWS EC2 instances) and services with just the click of a button.

The Dome9 Instant Access App:
* Gives you 1-click secure access to any cloud server
* Eliminates the need to log into Dome9 Central to get secure access
* Notifies you when your secure access lease is about to expire
* Allows you to extend your session with just 1-click
To install the Dome9 Instant Access app, you’ll need your Dome9 account username and API key (found in your Dome9 account, in the "settings" tab). 
Don’t have an account? No problem. You can create a free account at www.dome9.com/signup.

Note: By installing the Dome9 Instant Access App you are agreeing to the Terms of Service at http://www.dome9.com/terms-and-conditions.

About Dome9:
Dome9 security is the only cloud security service to automate secure access for public and private clouds, as well as for dedicated and Virtual Private Servers (VPS), across various platforms. Dome9 closes a critical gap in today’s cloud security – ports such as SSH, RDP, and MYSQL left open so administrators can connect to and manage their cloud servers. This common practice leaves servers vulnerable to hackers who need only guess the correct username and password or exploit any protocol vulnerability to gain unauthorized control of a server. Dome9 secures all administrative ports – for all servers and clouds – enabling secure access, on-demand.                    

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

ชื่อ Dome9 Instant Access Dome9 Instant Access
ID kkfkeahcimeodipligpbkgmekojeeebn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dome9-instant-access/kkfkeahcimeodipligpbkgmekojeeebn
คำอธิบาย 1-Click Secure Access to Any Server and Cloud Protected by Dome9 Firewall Agent
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 0.9.36
อัปเดตครั้งล่าสุด 2017-04-25
วันที่เผยแพร่ 2017-04-25
ผู้พัฒนา Dome9 Security
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dome9.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery-1.7.2.min.js",
            "js\/underscore-min.js",
            "js\/common.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon_32x32.png",
        "default_title": "Dome9 Instant Access"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dome9.com\/*",
                "*:\/\/*.falconetix.com\/*"
            ],
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/isInstalled.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "1-Click Secure Access to Any Server and Cloud Protected by Dome9 Firewall Agent",
    "icons": {
        "128": "img\/icon_128x128.png",
        "16": "img\/icon_16x16.png",
        "32": "img\/icon_32x32.png",
        "48": "img\/icon_48x48.png"
    },
    "minimum_chrome_version": "6.0",
    "name": "Dome9 Instant Access",
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "https:\/\/api.dome9.com\/*"
    ],
    "version": "0.9.36",
    "manifest_version": 2
}