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是由haydenjameslee開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}