Real AWS Status

Make the aws status page a bit more useful during outages

Cos'è Real AWS Status?

Real AWS Status è un'estensione di Chrome sviluppata da jacksongeller, e la sua funzione principale è "Make the aws status page a bit more useful during outages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Real AWS Status

Scarica i file di estensione Real AWS Status 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

                                            

Informazioni di Base sull'Estensione

Nome Real AWS Status Real AWS Status
ID kaegondhonfdclembpcgaaammmlfaekj
URL Ufficiale https://chromewebstore.google.com/detail/real-aws-status/kaegondhonfdclembpcgaaammmlfaekj
Descrizione Make the aws status page a bit more useful during outages
Dimensione del File 364 KB
Conteggio Installazioni 393
Versione Corrente 0.0.4
Ultimo Aggiornamento 2017-02-28
Data di Pubblicazione 2017-02-28
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore jacksongeller
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/josegonzalez/real-aws-status
URL della Pagina di Aiuto https://github.com/josegonzalez/real-aws-status/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Real AWS Status",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Make the aws status page a bit more useful during outages",
    "homepage_url": "https:\/\/github.com\/josegonzalez\/real-aws-status",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/status.aws.amazon.com\/*",
        "https:\/\/status.aws.amazon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/status.aws.amazon.com\/*",
                "https:\/\/status.aws.amazon.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}