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
官方URL 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"
    ]
}