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
公式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"
            ]
        }
    ]
}