Interactive Tutorials for Google Analytics
Learn Google Analytics Has Never Been Easier
Interactive Tutorials for Google Analytics란 무엇입니까?
Interactive Tutorials for Google Analytics은(는) https://mytips.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn Google Analytics Has Never Been Easier"입니다.
확장 프로그램 스크린샷
Interactive Tutorials for Google Analytics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Learn by doing. Interactive on-screen tutorials are the fastest way to learn Google Analytics just within your account. Simply install this extension and go to your GA dashboard. In the left-bottom corner, you'll find a question mark and all the tutorials that will answer your questions and help you become Google Analytics Pro.
확장 프로그램 기본 정보
이름 | Interactive Tutorials for Google Analytics |
ID | mhpneldcjjndiemjmgcbfnckefebeihk |
공식 URL | https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk |
설명 | Learn Google Analytics Has Never Been Easier |
파일 크기 | 18.05 KB |
설치 횟수 | 56 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2015-09-15 |
출시 날짜 | 2015-09-15 |
개발자 | https://mytips.co |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mytips.co |
도움말 페이지 URL | https://mytips.co |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Interactive Tutorials for Google Analytics", "description": "Learn Google Analytics Has Never Been Easier", "version": "1.0.2", "background": { "persistent": true, "page": "background.html" }, "permissions": [ "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/19-icon.png", "38": "images\/19-icon.png", "128": "images\/128-ico.png" }, "web_accessible_resources": [ "widget.js" ] } |