Google Analytics Direct

Skips the annoying Google Analytics landing page and takes you directly to your dashboard

ما هو Google Analytics Direct؟

Google Analytics Direct هو إضافة Chrome تم تطويرها بواسطة https://jacobbrunson.me، والميزة الرئيسية لها هي "Skips the annoying Google Analytics landing page and takes you directly to your dashboard".

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

screenshot

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

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

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

                        Google Analytics has an annoying landing page where you must press "Sign Into Google Analytics" in order to get to your dashboard. This extension will automatically skip the landing page and take you directly to your dashboard.                    

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

الاسم Google Analytics Direct Google Analytics Direct
ID cpmbdpbeioaohfejfnjpkogfligjbkpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd
الوصف Skips the annoying Google Analytics landing page and takes you directly to your dashboard
حجم الملف 40.84 KB
عدد التثبيتات 158
النسخة الحالية 1.0
آخر تحديث 2015-07-25
تاريخ النشر 2015-07-25
تقييم 3.00/5 مجموع تقييمات 1
المطور https://jacobbrunson.me
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Analytics Direct",
    "version": "1.0",
    "description": "Skips the annoying Google Analytics landing page and takes you directly to your dashboard",
    "permissions": [
        "declarativeWebRequest",
        "*:\/\/www.google.com\/analytics\/"
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}