Real AWS Status
Make the aws status page a bit more useful during outages
Wat is Real AWS Status?
Real AWS Status is een Chrome-extensie ontwikkeld door jacksongeller, en de belangrijkste functie is "Make the aws status page a bit more useful during outages".
Extensie Screenshots
Download het CRX-bestand van de extensie Real AWS Status
Download Real AWS Status-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
Basisinformatie over de Extensie
| Naam | |
| ID | kaegondhonfdclembpcgaaammmlfaekj |
| Officiële URL | https://chromewebstore.google.com/detail/real-aws-status/kaegondhonfdclembpcgaaammmlfaekj |
| Beschrijving | Make the aws status page a bit more useful during outages |
| Bestandsgrootte | 364 KB |
| Aantal Installaties | 393 |
| Huidige Versie | 0.0.4 |
| Laatst Bijgewerkt | 2017-02-28 |
| Publicatiedatum | 2017-02-28 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | jacksongeller |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/josegonzalez/real-aws-status |
| Help Pagina-URL | https://github.com/josegonzalez/real-aws-status/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |