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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resource usage monitor for Google App Engine. Monitors HTTP headers for resource cost estimates when logged as an application admin."입니다.
확장 프로그램 스크린샷
App Engine Resource Usage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } } |