Real AWS Status
Make the aws status page a bit more useful during outages
Hvad er Real AWS Status?
Real AWS Status er en Chrome-udvidelse udviklet af jacksongeller, og dens hovedfunktion er "Make the aws status page a bit more useful during outages".
Udvidelsesskærmbilleder
Download Real AWS Status-udvidelses-CRX-fil
Download Real AWS Status-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Real AWS Status |
ID | kaegondhonfdclembpcgaaammmlfaekj |
Officiel URL | https://chromewebstore.google.com/detail/real-aws-status/kaegondhonfdclembpcgaaammmlfaekj |
Beskrivelse | Make the aws status page a bit more useful during outages |
Filstørrelse | 364 KB |
Antal Installationer | 393 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2017-02-28 |
Udgivelsesdato | 2017-02-28 |
Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
Udvikler | jacksongeller |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/josegonzalez/real-aws-status |
Hjælpeside-URL | https://github.com/josegonzalez/real-aws-status/issues |
Understøttede Sprog | 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" ] } ] } |