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.

Apa itu Realtime Google Analytics Count in Tab?

Realtime Google Analytics Count in Tab adalah ekstensi Chrome yang dikembangkan oleh haydenjameslee, dan fitur utamanya adalah "See the number of realtime users on your site in the tab of the realtime google analytics overview page.".

Unduh Berkas CRX Ekstensi Realtime Google Analytics Count in Tab

Unduh file ekstensi Realtime Google Analytics Count in Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Realtime Google Analytics Count in Tab Realtime Google Analytics Count in Tab
ID oidkhindaaphcmdflgfkpddinjkhmfje
URL Resmi https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje
Deskripsi See the number of realtime users on your site in the tab of the realtime google analytics overview page.
Ukuran File 1.88 MB
Jumlah Instalasi 221
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-03-09
Tanggal Publikasi 2016-03-09
Penilaian 4.00/5 Total 7 Penilaian
Pengembang haydenjameslee
Tipe Pembayaran free
URL Halaman Bantuan https://twitter.com/haydenjameslee
Bahasa yang Didukung 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"
            ]
        }
    ]
}