App Engine Resource Usage
Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.
Co je App Engine Resource Usage?
App Engine Resource Usage je rozšíření Chrome vyvinuté Rolando Lora, a jeho hlavní funkcí je „Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření App Engine Resource Usage
Stáhněte si soubory rozšíření App Engine Resource Usage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | App Engine Resource Usage |
ID | gipedfcmmkjhikalnbgifkophddogbij |
Oficiální URL | https://chromewebstore.google.com/detail/app-engine-resource-usage/gipedfcmmkjhikalnbgifkophddogbij |
Popis | Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin. |
Velikost souboru | 98.05 KB |
Počet instalací | 46 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2012-09-25 |
Datum Vydání | 2012-09-25 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | Rolando Lora |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |