AWS Sidebar

AWS Console Navigation Sidebar for Chrome

What is AWS Sidebar?

AWS Sidebar is a Chrome extension developed by https://www.smorgasbork.com, and its main feature is "AWS Console Navigation Sidebar for Chrome".

Extension Screenshots

screenshot
screenshot
screenshot

Download AWS Sidebar Extension CRX File

Download AWS Sidebar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Improved navigation of the Amazon Web Services console.

Features:

- build a custom list of bookmarks to AWS console pages for the services you use, including "deep" links like "EC2 Instances" and "Cloudwatch Logs"
- build a custom list of pricing links for the services you use
- maintain a quick, easy-to-use list of your EC2 instances, with critical properties like IP address
- generate arbitrary hyperlinks to instance-specific information (for example, you could generate a hyperlink to netdata at http://IP-ADDRESS:19999/)                    

Extension Basic Information

Name AWS Sidebar AWS Sidebar
ID eghlpalflfaopljcglmhoflhfpnngfpe
Official URL https://chromewebstore.google.com/detail/aws-sidebar/eghlpalflfaopljcglmhoflhfpnngfpe
Description AWS Console Navigation Sidebar for Chrome
File Size 1.34 MB
Installation Count 579
Current Version 1.0.6
Last Updated 2017-11-20
Publish Date 2017-11-20
Rating 4.00/5 Total 4 Ratings
Developer https://www.smorgasbork.com
Payment Type free
Extension Website https://github.com/jpriebe/aws-sidebar
Help Page URL https://github.com/jpriebe/aws-sidebar/blob/master/README.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "iframe\/sandbox.html"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "aws-sidebar.css"
            ],
            "js": [
                "iframe\/bootstrap\/jquery-3.2.1.min.js",
                "settings_manager.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/aws.amazon.com\/*",
                "*:\/\/*.aws.amazon.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/*",
        "iframe\/*",
        "iframe\/bootstrap\/*"
    ],
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "AWS Console Navigation Sidebar for Chrome",
    "name": "AWS Sidebar",
    "version": "1.0.6"
}