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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Zeunert และคุณลักษณะหลักของมันคือ "View a traffic summary for the pages you're most interested in."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Traffic Summary (using Google Analytics)

ดาวน์โหลดไฟล์ส่วนขยาย Page Traffic Summary (using Google Analytics) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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) 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'"
}