Simon

See in Chrome real time Google Analytic™ data for the web site you track with GA.

Simon क्या है?

Simon http://www.logicagent.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See in Chrome real time Google Analytic™ data for the web site you track with GA."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        Simon is your personal Google Analytics reporting agent.

Simon lets you view up-to-date information about your Google Analytics accounts while browsing in Chrome. It also gives you week to week comparatives.

NEW !! You can also selectively block any of your web property so no data will be sent to Google Analytic preventing your from inflating your reports with test data.

You will see the following metrics :

Total Visits (ga:visits) 
Page Views (ga:pageviews)
Average Time on Site (ga:avgTimeOnSite)
Addwords Impressions (ga:impressions)
Goal Completion (ga:goalCompletionsAll)
Page Load Time (ga:pageLoadTime)                    

एक्सटेंशन की मूल जानकारी

नाम Simon Simon
ID higckeblpckaejdokcnllphcjhcfdpch
आधिकारिक URL https://chrome.google.com/webstore/detail/simon/higckeblpckaejdokcnllphcjhcfdpch
विवरण See in Chrome real time Google Analytic™ data for the web site you track with GA.
फ़ाइल का आकार 177 KB
स्थापना संख्या 71
वर्तमान संस्करण 1.0.56
अंतिम अपडेट 2014-11-29
प्रकाशन तिथि 2014-11-29
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर http://www.logicagent.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL http://logicagent.uservoice.com/
गोपनीयता नीति पृष्ठ URL http://www.logicagent.com/privacy-policy
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simon",
    "version": "1.0.56",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/accounts.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "webNavigation",
        "webRequest",
        "tabs",
        "notifications",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/simon_48.png",
        "128": "img\/simon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_default_title__",
        "default_icon": {
            "19": "img\/simon_19.png",
            "38": "img\/simon_38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}