App Engine Resource Usage
Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin.
App Engine Resource Usage क्या है?
App Engine Resource Usage Rolando Lora द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में App Engine Resource Usage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | App Engine Resource Usage |
ID | gipedfcmmkjhikalnbgifkophddogbij |
आधिकारिक URL | https://chromewebstore.google.com/detail/app-engine-resource-usage/gipedfcmmkjhikalnbgifkophddogbij |
विवरण | Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin. |
फ़ाइल का आकार | 98.05 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2012-09-25 |
प्रकाशन तिथि | 2012-09-25 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Rolando Lora |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } } |