AWS Helper

Extension to help with using AWS Console

Cos'è AWS Helper?

AWS Helper è un'estensione di Chrome sviluppata da Oliver Ewert, e la sua funzione principale è "Extension to help with using AWS Console".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AWS Helper

Scarica i file di estensione AWS Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AWS Helper AWS Helper
ID mdldcdajaajnbafgepmhehilioinnmfk
URL Ufficiale https://chromewebstore.google.com/detail/aws-helper/mdldcdajaajnbafgepmhehilioinnmfk
Descrizione Extension to help with using AWS Console
Dimensione del File 494 KB
Conteggio Installazioni 491
Versione Corrente 0.2.7
Ultimo Aggiornamento 2018-08-09
Data di Pubblicazione 2018-08-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Oliver Ewert
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ollytheninja/AWSHelper
URL della Pagina di Aiuto https://github.com/ollytheninja/AWSHelper/issues
Lingue Supportate 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"
    ]
}