AWS Helper

Extension to help with using AWS Console

Wat is AWS Helper?

AWS Helper is een Chrome-extensie ontwikkeld door Oliver Ewert, en de belangrijkste functie is "Extension to help with using AWS Console".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AWS Helper

Download AWS Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AWS Helper AWS Helper
ID mdldcdajaajnbafgepmhehilioinnmfk
Officiële URL https://chromewebstore.google.com/detail/aws-helper/mdldcdajaajnbafgepmhehilioinnmfk
Beschrijving Extension to help with using AWS Console
Bestandsgrootte 494 KB
Aantal Installaties 491
Huidige Versie 0.2.7
Laatst Bijgewerkt 2018-08-09
Publicatiedatum 2018-08-09
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Oliver Ewert
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ollytheninja/AWSHelper
Help Pagina-URL https://github.com/ollytheninja/AWSHelper/issues
Ondersteunde Talen 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"
    ]
}