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."입니다.
확장 프로그램 스크린샷
Accordion Nav for Google Analytics™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/" } |