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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the number of realtime users on your site in the tab of the realtime google analytics overview page."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Realtime Google Analytics Count in Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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