Subutai E2E Plugin

Effortlessly secure the doors to your Subutai Cloud

Subutai E2E Pluginคืออะไร?

Subutai E2E Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Subutai และคุณลักษณะหลักของมันคือ "Effortlessly secure the doors to your Subutai Cloud"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subutai E2E Plugin

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

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

                        Security is utterly important in Subutai and this plugin helps keep you and your cloud secure. We use encryption, digital signatures, and keys all over the place. Even simple things you do involve complicated security operations behind the scenes. One of most important principles is to make sure your keys for performing these tasks are never transferred or taken off your computer to get into the wrong hands. To help enforce this, we have to make sure everything transferred is encrypted, or signed end-to-end. We also don't want to slow and weigh you down with complicated things you would have to do manually without this plugin. The complexity could lead to a mistake if you had to do some things manually and that would greatly reduce security.

The Subutai E2E plugin works on your computer with your browser to manage the keys to your cloud environments. It works with Subutai Console and the Hub to perform complicated tasks seamlessly for you. These keys are never exposed, or transferred, always staying right where they were created and protected by a passcode. In the future, the plugin will interoperate with USB hardware security modules to not even store keys on your computer and allow them to move around with you and your USB device.                    

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

ชื่อ Subutai E2E Plugin Subutai E2E Plugin
ID ffddnlbamkjlbngpekmdpnoccckapcnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/subutai-e2e-plugin/ffddnlbamkjlbngpekmdpnoccckapcnh
คำอธิบาย Effortlessly secure the doors to your Subutai Cloud
ขนาดไฟล์ 2.92 MB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 6.0.9
อัปเดตครั้งล่าสุด 2019-08-19
วันที่เผยแพร่ 2019-08-19
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Subutai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://subutai.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "6.0.9",
    "version_name": "6.0.9",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/subutai.io",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "icons": {
        "16": "common\/img\/icons\/ss-icon16x16.png",
        "48": "common\/img\/icons\/ss-icon48x48.png",
        "128": "common\/img\/icons\/ss-icon128x128.png"
    },
    "browser_action": {
        "default_icon": "common\/img\/icons\/ss-icon48x48.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "common\/ui\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "common\/ui\/keys.html",
    "permissions": [
        "tabs",
        "webRequest",
        "downloads",
        "*:\/\/*\/*",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "common\/img\/addon.detection.png",
        "common\/img\/key-24.png",
        "common\/img\/mail_locked_96.png",
        "common\/img\/mail_signed_96.png",
        "common\/img\/mail_open_96.png",
        "common\/img\/encrypt-22.png",
        "common\/img\/decrypt-22.png",
        "common\/img\/sign-22.png",
        "common\/img\/undo-22.png",
        "common\/img\/mail_new.png",
        "common\/img\/key-icon-blue96.png",
        "common\/img\/edit_add-22.png",
        "common\/img\/ok48.png",
        "common\/img\/warning48.png",
        "common\/img\/no48.png",
        "common\/img\/verify-24.png",
        "common\/img\/loading.gif",
        "common\/ui\/inline\/framestyles.css",
        "common\/ui\/inline\/dialogs\/encryptDialog.html",
        "common\/ui\/inline\/dialogs\/signDialog.html",
        "common\/ui\/inline\/dialogs\/gwSignDialog.html",
        "common\/ui\/inline\/dialogs\/pubkeyDialog.html",
        "common\/ui\/inline\/dialogs\/decryptDialog.html",
        "common\/ui\/editor\/editor.html",
        "common\/ui\/options.html",
        "common\/dep\/bootstrap\/css\/bootstrap.css",
        "common\/ui\/porto.css",
        "common\/dep\/wysihtml5\/css\/wysihtml5.css",
        "common\/ui\/inline\/dialogs\/verifyInlineSig.css",
        "common\/res\/fonts\/Courgette-Regular.ttf",
        "common\/dep\/bootstrap\/fonts\/glyphicons-halflings-regular.eot",
        "common\/dep\/bootstrap\/fonts\/glyphicons-halflings-regular.svg",
        "common\/dep\/bootstrap\/fonts\/glyphicons-halflings-regular.ttf",
        "common\/dep\/bootstrap\/fonts\/glyphicons-halflings-regular.woff"
    ],
    "default_locale": "en"
}