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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rolando Lora และคุณลักษณะหลักของมันคือ "Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย App Engine Resource Usage

ดาวน์โหลดไฟล์ส่วนขยาย App Engine Resource Usage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
        ]
    }
}