Google Analytics Dashboard

Chome Extension to view Google Analytics as a Dashboard

ما هو Google Analytics Dashboard؟

Google Analytics Dashboard هو إضافة Chrome تم تطويرها بواسطة morgen32، والميزة الرئيسية لها هي "Chome Extension to view Google Analytics as a Dashboard".

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

screenshot

تحميل ملف CRX للإضافة Google Analytics Dashboard

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

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

                        This extension will show your google analytics dashboard as a real standalone dashboard in a black theme.                    

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

الاسم Google Analytics Dashboard Google Analytics Dashboard
ID immllndknpmnnllfclccdekjfeflohoc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc
الوصف Chome Extension to view Google Analytics as a Dashboard
حجم الملف 104 KB
عدد التثبيتات 333
النسخة الحالية 1.0.2
آخر تحديث 2016-07-26
تاريخ النشر 2016-07-26
تقييم 5.00/5 مجموع تقييمات 1
المطور morgen32
نوع الدفع free
موقع الإضافة https://github.com/nicohabets/google-analytics-dashboard
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Analytics Dashboard",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Chome Extension to view Google Analytics as a Dashboard",
    "homepage_url": "https:\/\/github.com\/nicohabets\/google-analytics-dashboard",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Google Analytics Theme"
    },
    "permissions": [
        "contentSettings",
        "https:\/\/analytics.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/analytics.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}