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™是由Alex Moore開發的Chrome擴展程式,該擴展的主要功能是“Creates an accordion-like menu functionality for Google Analytics™. Click to expand one section and the other sections collapse.”。

擴展截圖

screenshot
screenshot

下載Accordion Nav for Google Analytics™擴展crx文件

下載Accordion Nav for Google Analytics™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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™ Accordion Nav for Google Analytics™
ID imjdcnekdjcdkfiohcpcljhngekccino
官方網址 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\/"
}