AWS Helper

Extension to help with using AWS Console

O que é AWS Helper?

AWS Helper é uma extensão do Chrome desenvolvida por Oliver Ewert, e sua principal característica é "Extension to help with using AWS Console".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AWS Helper

Baixe arquivos de extensão AWS Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AWS Helper AWS Helper
ID mdldcdajaajnbafgepmhehilioinnmfk
URL Oficial https://chromewebstore.google.com/detail/aws-helper/mdldcdajaajnbafgepmhehilioinnmfk
Descrição Extension to help with using AWS Console
Tamanho do Arquivo 494 KB
Contagem de Instalações 491
Versão Atual 0.2.7
Última Atualização 2018-08-09
Data de Publicação 2018-08-09
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Oliver Ewert
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ollytheninja/AWSHelper
URL da Página de Ajuda https://github.com/ollytheninja/AWSHelper/issues
Idiomas Suportados 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"
    ]
}