Vizanda for Google Analytics
Answers "Why?" in Google Analytics
Vizanda for Google Analytics란 무엇입니까?
Vizanda for Google Analytics은(는) http://vizanda.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Answers "Why?" in Google Analytics"입니다.
확장 프로그램 스크린샷
Vizanda for Google Analytics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lots of Google Analytics reports show what's happening on your site. None of them answers the hardest question: "Why?" Vizanda shows *why* your site's traffic is up or down today. This free extension summarizes what you need to know: which traffic sources, content, locations, user types, and more are driving your site's performance. Analyze in seconds right at the top of GA—and when you're not in GA, insights are a glance and click away.
확장 프로그램 기본 정보
이름 | |
ID | bfnemkegaiacnkiffobahkjniaaahdda |
공식 URL | https://chrome.google.com/webstore/detail/vizanda-for-google-analyt/bfnemkegaiacnkiffobahkjniaaahdda |
설명 | Answers "Why?" in Google Analytics |
파일 크기 | 137 KB |
설치 횟수 | 311 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2018-06-19 |
출시 날짜 | 2018-06-19 |
평점 | 4.60/5 총 15 개의 평점 |
개발자 | http://vizanda.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://vizanda.com/ |
개인정보 보호 정책 페이지 URL | https://vizanda.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vizanda for Google Analytics", "short_name": "vizanda-ga", "description": "Answers \"Why?\" in Google Analytics", "version": "1.0.8", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/static.vizanda.com; object-src 'self'", "browser_action": { "default_title": "Open Google Analytics", "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/analytics.google.com\/*", "webNavigation" ] } |