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
Eメール [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"
    ]
}