AWS Helper

Extension to help with using AWS Console

¿Qué es AWS Helper?

AWS Helper es una extensión de Chrome desarrollada por Oliver Ewert, y su función principal es "Extension to help with using AWS Console".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AWS Helper

Descarga archivos de extensión AWS Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AWS Helper AWS Helper
ID mdldcdajaajnbafgepmhehilioinnmfk
URL Oficial https://chromewebstore.google.com/detail/aws-helper/mdldcdajaajnbafgepmhehilioinnmfk
Descripción Extension to help with using AWS Console
Tamaño del Archivo 494 KB
Cantidad de Instalaciones 491
Versión Actual 0.2.7
Última Actualización 2018-08-09
Fecha de Publicación 2018-08-09
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Oliver Ewert
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ollytheninja/AWSHelper
URL de la Página de Ayuda https://github.com/ollytheninja/AWSHelper/issues
Idiomas Soportados 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"
    ]
}