Simon

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

ما هو Simon؟

Simon هو إضافة Chrome تم تطويرها بواسطة http://www.logicagent.com، والميزة الرئيسية لها هي "See in Chrome real time Google Analytic™ data for the web site you track with GA.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Simon

قم بتنزيل ملفات الامتداد Simon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة http://logicagent.uservoice.com/
عنوان صفحة سياسة الخصوصية 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
}