muAnalytics for Google Analytics (tm)

Get Google Analytics(tm) data right in your browser

ما هو muAnalytics for Google Analytics (tm)؟

muAnalytics for Google Analytics (tm) هو إضافة Chrome تم تطويرها بواسطة https://work.withmu.com، والميزة الرئيسية لها هي "Get Google Analytics(tm) data right in your browser".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة muAnalytics for Google Analytics (tm)

قم بتنزيل ملفات الامتداد muAnalytics for Google Analytics (tm) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        muAnalytics for Google Analytics (tm).
Bird’s Eye view of your google Analytics statistics.

The app will ask you fot authorization to access you google analytics data.

1. Select account
Choose Google Analytics™ account for which you want to display statistics.

2. Select analysis period

-------------------------------------------------------
                                Coming soon
-------------------------------------------------------
 - Feel free to ask what you needs in the comments.

-------------------------------------------------------
                                Changelog
-------------------------------------------------------
1.4.2: 2017-12-20
- new: Icon counter is updated when favorite site changes
- fix: Icon counter shows "*k+, **k+ or ***k+" for site with more than 999, 9999 and 99999 visits

1.4.1: 2017-09-14
- new: Last period selected is used when opening the popup
- fix Today'sessions for favorite property on extension icon still didn't update

1.4.0: 2017-09-08
- new link available (bars) for each properties to direct access Google Analytics report page
- fix Today'sessions for favorite property on extension icon didn't update (now each 10 minutes)

1.3.0: 2017-09-07
- A click on property name shows graph with last month's sessions and pageviews
- Fix inversion between users and sessions in table
- Fix Today'sessions for favorite property on extension icon

1.2.1: 2017-08-31
- Fix bug for account with large number of properties

1.2.0: 2017-08-30
- Adding Google Analytics tracking events
- Adding possibility to sort table by properties name, users, sessions, page views or time on site.

1.1.0: 2017-08-29
- You can fave a property to see its todays' sessions on the extension icon (updated each 15 minutes)

1.0.0: 2017-08-28
- Shows Users, sessions, pages views, Average time on site (in seconds) for each properties in account
- Switch account
- Select period:  Yesterday, today, last 7 days, last 30 days


-------------------------------------------------------
                                Please note
-------------------------------------------------------
An account may not load if you are using others statistics app, as each GA user has a quota of call available each second.                    

معلومات أساسية عن التمديد

الاسم muAnalytics for Google Analytics (tm) muAnalytics for Google Analytics (tm)
ID fnfojiifebglbgdglkcpajlegebboaik
عنوان URL الرسمي https://chromewebstore.google.com/detail/muanalytics-for-google-an/fnfojiifebglbgdglkcpajlegebboaik
الوصف Get Google Analytics(tm) data right in your browser
حجم الملف 525 KB
عدد التثبيتات 48
النسخة الحالية 1.4.2
آخر تحديث 2017-12-20
تاريخ النشر 2017-12-20
تقييم 5.00/5 مجموع تقييمات 2
المطور https://work.withmu.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "muAnalytics for Google Analytics (tm)",
    "short_name": "muAnalytics",
    "version": "1.4.2",
    "description": "Get Google Analytics(tm) data right in your browser",
    "browser_action": {
        "default_icon": "dist\/img\/analytics.png",
        "default_popup": "main.html",
        "default_title": "Get Google Analytics data",
        "Badge": "12"
    },
    "permissions": [
        "identity",
        "storage",
        "alarms",
        "https:\/\/www.googleapis.com\/auth\/analytics.readonly"
    ],
    "background": {
        "scripts": [
            "dist\/js\/jquery.js",
            "dist\/js\/background.js"
        ],
        "persistent": true
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtYYsPP6G8hT56HyfhHmOTayOlVALT61D7R2Lyszr5zE2gHW39Jy9uUwQ00CSIm1XqksQ4rNpe0qjXQKDj+NLEXm7\/5LwJC83jrtZxwcIsUTyuk3qBgBQYYx+rw\/8rlpa4TBnr3n1aMbC0fkEjwDfZeIq9EwK\/seqg\/RrbdsI+wG8OP6yBXTWxG2g1fgzgW2EdcLNQavewzSSaR3edCZeJVUMsQeC0SFWeVhbFr\/Atb9cCbZZOOF10GVeC9TqYAQStHtJLDQa4V2aegaJZll8yz103QLSzFVyMAjtjPf4cXMzL394zM+GPqvyFV0udA+203Biqa6OekiThR0dOytS+QIDAQAB",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "oauth2": {
        "client_id": "143443761361-4kj31ap4jknjjadg2ampfmf4tgbjn7u0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/analytics.readonly"
        ]
    }
}