Stats Checker for Google Analytics™

A bird's-eye view of all accounts in a single click.

Stats Checker for Google Analytics™ क्या है?

Stats Checker for Google Analytics™ http://mystatschecker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bird's-eye view of all accounts in a single click."।

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

screenshot

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

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

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

                        Stats Checker for Google Analytics™
=======================================================

Displays count of your site visits.

Shows the number of visits to your site today.
Updating every 5 minutes.

Allows you to choose one of your sites registered in Google Analytics.

P.S. Thanks for all your suggestions!

Version 1.6.11.0
- Google Analytics new interface problem fixes

Version 1.6.10.0
- Fixed account display problem

Version 1.6.9.0
- Fixed Real-Time reports

Version 1.6.8.0
- New Google Analytics url support - analytics.google.com
- Lots of small bugfixes

Version 1.6.5.0
- Lots of small bugfixes
- Favourite profile selection fix
- Selecting accounts fix


Version 1.6.3.0
- Improved rendering speed
- Latest Google Analytics update fix (Thanks for solutions!)
- Remove social buttons from options


Version 1.6.2.0
- Google Analytics updated version support
- Added search function
- Mobile app support (beta)
- All profiles/Favourites toggle
- Fancy select design
- Improved profile loading speed
- Instant pre-data for 7 and 30 days (For slow internet connection)

Version 1.6.1.1
- Added Google Analytics sign-in error notification

Version 1.6.1
- Added "Go To Property Default URL" button
- Showing property names with profile names, if differs. (Useful, when profile names are "All Web Site Data")
- Options page fix

Version 1.6.0.3
- Google Analytics updated version support

Version 1.6
- Works with new Google Analytics version
- Added Star/Favourite sync between Google Analytics and Extension
- Real-Time data on extension icon


Version 1.5.3.5
- Added Portuguese language (Thanks, Fabio!)
- Changed default language back to english :)
- JavaScript performance optimizations

Version 1.5
- Graph for the last 7 days (In test mode) (Thanks to Norbert)
- Select a date range to show in Google Analytics (Today, 7 days, 30 days, Real-Time)

Version 1.4
- New Google Analytics support
- Floating table header
- Total row
- Customizable update time
- Link to Google Analytics :)
- Bigger screen

Version 1.3
- Now you can sort results by name, click count etc... (Thanks to virae for advice :))
- Large numbers now are displaying correctly
- Icon text fix for numbers >9999 

Version 1.2
- Added different periods support (day/week/month) (only for popup window, number on icon stays only for today)
- Added virtual account "Favorited" - there you can see profiles from all accounts, that you have marked with yellow star (Favorited profiles are NOT Google Analytics Starred profiles)

Version 1.1.1:
- Added all profiles overview in popup by clicking on icon!

Version 1.0.7:
- Multiple accounts support!

Version 1.0.5:
- 1 September bug fix (wrong statistics)

Version 1.0.4:
- Custom statistics - possible to choose, what to show

Version 1.0.3:
- Improved interface

Version 1.0.2:
- Added multi-language support                    

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

नाम Stats Checker for Google Analytics™ Stats Checker for Google Analytics™
ID kfphhfdokdamioolhjfdohhkodbieida
आधिकारिक URL https://chrome.google.com/webstore/detail/stats-checker-for-google/kfphhfdokdamioolhjfdohhkodbieida
विवरण A bird's-eye view of all accounts in a single click.
फ़ाइल का आकार 541 KB
स्थापना संख्या 4,826
वर्तमान संस्करण 1.6.11.0
अंतिम अपडेट 2017-02-20
प्रकाशन तिथि 2017-02-20
रेटिंग 3.72/5 कुल 90 रेटिंग्स
डेवलपर http://mystatschecker.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mystatschecker.com/
सहायता पृष्ठ URL http://mystatschecker.com/
समर्थित भाषाएँ en,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/logo.32.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "img\/logo.16.png",
        "32": "img\/logo.32.png",
        "48": "img\/logo.48.png",
        "64": "img\/logo.64.png",
        "128": "img\/logo.128.ext.png"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/analytics.google.com\/*"
    ],
    "version": "1.6.11.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/platform.twitter.com; object-src 'self'",
    "manifest_version": 2
}