Realtime Google Analytics Count in Tab

See the number of realtime users on your site in the tab of the realtime google analytics overview page.

Realtime Google Analytics Count in Tabคืออะไร?

Realtime Google Analytics Count in Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haydenjameslee และคุณลักษณะหลักของมันคือ "See the number of realtime users on your site in the tab of the realtime google analytics overview page."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Realtime Google Analytics Count in Tab

ดาวน์โหลดไฟล์ส่วนขยาย Realtime Google Analytics Count in Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        See the number of realtime users on your site in the tab of the realtime google analytics overview page. Shows the count in the tab so you don't have to actually view the realtime page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Realtime Google Analytics Count in Tab Realtime Google Analytics Count in Tab
ID oidkhindaaphcmdflgfkpddinjkhmfje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje
คำอธิบาย See the number of realtime users on your site in the tab of the realtime google analytics overview page.
ขนาดไฟล์ 1.88 MB
จำนวนการติดตั้ง 221
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-03-09
วันที่เผยแพร่ 2016-03-09
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา haydenjameslee
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/haydenjameslee
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtime Google Analytics Count in Tab",
    "description": "See the number of realtime users on your site in the tab of the realtime google analytics overview page.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/analytics\/*",
                "*:\/\/*.google.com\/analytics\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ]
}