Page Traffic Summary (using Google Analytics)
View a traffic summary for the pages you're most interested in.
Page Traffic Summary (using Google Analytics)란 무엇입니까?
Page Traffic Summary (using Google Analytics)은(는) Matt Zeunert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View a traffic summary for the pages you're most interested in."입니다.
확장 프로그램 스크린샷
Page Traffic Summary (using Google Analytics) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bookmark the pages you're care most about. Then just click the button next to the URL bar to see the latest traffic stats. This extension integrates with Google Analytics to fetch the data from there. Do this to bookmark a page: 1) Navigate to it 2) Click the "Page Traffic Summary" button next to the URL bar 3) Click the "Add" button in the popup
확장 프로그램 기본 정보
이름 | Page Traffic Summary (using Google Analytics) |
ID | afmhknniamaaodhcmjebdoloibigoiig |
공식 URL | https://chromewebstore.google.com/detail/page-traffic-summary-usin/afmhknniamaaodhcmjebdoloibigoiig |
설명 | View a traffic summary for the pages you're most interested in. |
파일 크기 | 232 KB |
설치 횟수 | 171 |
현재 버전 | 1.1.8 |
최근 업데이트 | 2016-01-11 |
출시 날짜 | 2016-01-11 |
개발자 | Matt Zeunert |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Page Traffic Summary (using Google Analytics)", "version": "1.1.8", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm9AY0LyF+4gOtaTV+1eZ2ZVWVZy+fWOCM1U9XVV1FZCdFXg44GhGQD85HAR1Hn4ruP6LtpWPOGitrEkUdMmN8UDEpB644JMWhYSmBl9GISNEtNpfvwjVdAF0hPY6ObitHI92RXcS2pbyB25B2O10hosCBnTywg7Q60l7Z0QzzujiL20JKDcOOALi7impqBgIV8CJv6agyBtIn8Kdqovb+eN9gKOZOOLm1PQhBXI6AqeDm8C0yvCyJlGx0qGuCfePiq9b8DrIPSyBfLxHRwm9GlzCPox2mBsC8Ng9YNlIxWNhGSzSRjdA48XbV3sVN7t2I2rr7h5cYjkayc2n8ig9WQIDAQAB", "icons": { "128": "icon-128.png" }, "description": "View a traffic summary for the pages you're most interested in.", "permissions": [ "tabs", "background", "identity", "identity.email", "http:\/\/*\/*", "https:\/\/*\/" ], "browser_action": { "default_icon": "icon.png", "default_title": "View Traffic Summary" }, "background": { "scripts": [ "background.js" ] }, "oauth2": { "client_id": "1056927647510-hjicgk6idqvffk7d6o66pnmat7i3scke.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/analytics.readonly" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |