Accordion Nav for Google Analytics™
Creates an accordion-like menu functionality for Google Analytics™. Click to expand one section and the other sections collapse.
ما هو Accordion Nav for Google Analytics™؟
Accordion Nav for Google Analytics™ هو إضافة Chrome تم تطويرها بواسطة Alex Moore، والميزة الرئيسية لها هي "Creates an accordion-like menu functionality for Google Analytics™. Click to expand one section and the other sections collapse.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Accordion Nav for Google Analytics™
قم بتنزيل ملفات الامتداد Accordion Nav for Google Analytics™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click on any of the left navigational menu headers and the other menus will retract. Simple and intuitive. Saves excessive scrolling and clicking. This restores the navigational behavior that was part of older versions of the Google Analytics™ interface. There is no browser icon for this application. It works right out of the box! By LunaMetrics. VERSION HISTORY =========== 1.3 Fixed extension after Google updated HTML class names. 1.2 Fixed bug when switching Views. 1.1 Initial public version. 1.0 Beta version.
معلومات أساسية عن التمديد
الاسم | Accordion Nav for Google Analytics™ |
ID | imjdcnekdjcdkfiohcpcljhngekccino |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/accordion-nav-for-google/imjdcnekdjcdkfiohcpcljhngekccino |
الوصف | Creates an accordion-like menu functionality for Google Analytics™. Click to expand one section and the other sections collapse. |
حجم الملف | 100 KB |
عدد التثبيتات | 69 |
النسخة الحالية | 1.3 |
آخر تحديث | 2014-04-10 |
تاريخ النشر | 2014-04-10 |
تقييم | 4.00/5 مجموع تقييمات 8 |
المطور | Alex Moore |
نوع الدفع | free |
موقع الإضافة | http://www.lunametrics.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/analytics\/web\/*" ], "js": [ "jquery.1.9.1.js", "script.js" ] } ], "manifest_version": 2, "web_accessible_resources": [ "jquery.min.map", "jquery.js" ], "description": "Creates an accordion-like menu functionality for Google Analytics\u2122. Click to expand one section and the other sections collapse.", "name": "Accordion Nav for Google Analytics\u2122", "short_name": "GA Accordion Nav", "version": "1.3", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "homepage_url": "http:\/\/www.lunametrics.com\/" } |