Locksmith

Locksmith allows you to easily switch between accounts in the AWS portal!

Locksmithคืออะไร?

Locksmith เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sentia และคุณลักษณะหลักของมันคือ "Locksmith allows you to easily switch between accounts in the AWS portal!"

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

screenshot

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

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

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

                        Are you managing many different Amazon Web Services accounts? Locksmith is a Chrome extension that allows you to easily switch between accounts! It provides a dropdown menu from which you can select one of your accounts, and it will open a new Chrome window with a session to the web console of that account.

The extension uses IAMs Cross-Account Roles, therefore you only need credentials for one AWS account. This also means that you only need a single MFA (virtual) token, no matter how many accounts you manage!

1.4.0:
  [security] Updated packages and dependencies
  [feature] Highlight environment (test, production, ...)

0.3.1:
  [feature] Search by AWS Account ID

0.3.0:
  [feature] Support AWS switch-role
  [fix] Upgrade to ionic 1.3.2

0.2.0:
  [feature] Increase session duration to four hours

0.1.13:
  [feature] Reduce required permissions
  [feature] Rebrand from Unitt to Sentia

0.1.12:
  [fix] Manifest

0.1.10:
  [feature] Allow configuration using a configuration URL

0.1.9:
  [feature] Add Unitt branding

0.1.8:
  [fix] Scrolling issue introduced in 0.1.7

0.1.7:
  [feature] Keyboard shortcuts and control

0.1.6:
  [feature] API mirrors bookmarks to local storage, you can switch to local storage when API is down

0.1.5:
  [feature] Toggle between API and local storage as database

0.1.4:
  [fix] Update description

0.1.2:
  [feature] Toggle incognito sessions
  [fix] Input text selections
  [fix] Scrolling issues

0.1.1:
  [feature] Initial release                    

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

ชื่อ Locksmith Locksmith
ID idahiicmmneinnceklagffdlmgdmdnhc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/locksmith/idahiicmmneinnceklagffdlmgdmdnhc
คำอธิบาย Locksmith allows you to easily switch between accounts in the AWS portal!
ขนาดไฟล์ 716 KB
จำนวนการติดตั้ง 558
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2019-10-25
วันที่เผยแพร่ 2019-10-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Sentia
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Locksmith",
    "description": "Locksmith allows you to easily switch between accounts in the AWS portal!",
    "version": "1.4.0",
    "permissions": [
        "https:\/\/signin.aws.amazon.com\/federation"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Period"
            },
            "global": true,
            "description": "Toggle Locksmith"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/beagle.unitt-route53.com\/*",
            "https:\/\/puppy.unitt-route53.com\/*"
        ]
    },
    "web_accessible_resources": [
        "manifest.json",
        "app\/index.html"
    ]
}