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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}