AWS Helper

Extension to help with using AWS Console

什麼是AWS Helper?

AWS Helper是由Oliver Ewert開發的Chrome擴展程式,該擴展的主要功能是“Extension to help with using AWS Console”。

擴展截圖

screenshot
screenshot

下載AWS Helper擴展crx文件

下載AWS Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Allows user to easily switch between accounts / roles / regions in the AWS console.

v0.2.7
- Fix errors with account and role lists not showing up

v0.2.5
- Fixed bug where extension wasn't picking up active account.
- Made UI clearer when selecting a different account / role / region

v0.2.4
- Add clear config button
- better input - validation, nicknames optional, better hints

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

擴展基本資訊

名稱 AWS Helper AWS Helper
ID mdldcdajaajnbafgepmhehilioinnmfk
官方網址 https://chromewebstore.google.com/detail/aws-helper/mdldcdajaajnbafgepmhehilioinnmfk
簡介 Extension to help with using AWS Console
檔案大小 494 KB
安裝次數 491
目前版本 0.2.7
更新時間 2018-08-09
上架時間 2018-08-09
評分 5.00/5 共 4 次評分
開發者 Oliver Ewert
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ollytheninja/AWSHelper
說明頁面URL https://github.com/ollytheninja/AWSHelper/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS Helper",
    "version": "0.2.7",
    "author": "Oliver Ewert ",
    "icons": {
        "128": "img\/aws.png"
    },
    "description": "Extension to help with using AWS Console",
    "browser_action": {
        "default_icon": "img\/aws.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "https:\/\/*.aws.amazon.com\/*",
        "storage",
        "activeTab",
        "tabs"
    ]
}