AWS Helper

Extension to help with using AWS Console

Co to jest AWS Helper?

AWS Helper to rozszerzenie Chrome opracowane przez Oliver Ewert, a jego główną funkcją jest „Extension to help with using AWS Console”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AWS Helper

Pobierz pliki rozszerzeń AWS Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AWS Helper AWS Helper
ID mdldcdajaajnbafgepmhehilioinnmfk
Oficjalny URL https://chromewebstore.google.com/detail/aws-helper/mdldcdajaajnbafgepmhehilioinnmfk
Opis Extension to help with using AWS Console
Rozmiar pliku 494 KB
Liczba instalacji 491
Aktualna Wersja 0.2.7
Ostatnia Aktualizacja 2018-08-09
Data Publikacji 2018-08-09
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Oliver Ewert
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ollytheninja/AWSHelper
Adres URL Strony Pomocy https://github.com/ollytheninja/AWSHelper/issues
Obsługiwane Języki 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"
    ]
}