App Engine Resource Usage

Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.

Cos'è App Engine Resource Usage?

App Engine Resource Usage è un'estensione di Chrome sviluppata da Rolando Lora, e la sua funzione principale è "Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione App Engine Resource Usage

Scarica i file di estensione App Engine Resource Usage 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

                        Google App Engine includes information headers that let you estimate resource usage for each HTTP request.

The headers are included only when using the application as an app owner. Headers included are: "x-appengine-estimated-cpm-us-dollars", "x-appengine-resource-usage" and "x-appengine-resource-usage".

This extension let you collect stats and export to CSV files.

For documentation about GAE headers refer to: https://developers.google.com/appengine/docs/python/runtime                    

Informazioni di Base sull'Estensione

Nome App Engine Resource Usage App Engine Resource Usage
ID gipedfcmmkjhikalnbgifkophddogbij
URL Ufficiale https://chromewebstore.google.com/detail/app-engine-resource-usage/gipedfcmmkjhikalnbgifkophddogbij
Descrizione Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.
Dimensione del File 98.05 KB
Conteggio Installazioni 46
Versione Corrente 0.1.0
Ultimo Aggiornamento 2012-09-25
Data di Pubblicazione 2012-09-25
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Rolando Lora
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "App Engine Resource Usage",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.",
    "icons": {
        "128": "silas-icon-128.png",
        "48": "silas-icon-48.png",
        "16": "silas-icon-16.png"
    },
    "browser_action": {
        "default_icon": "silas-icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}