Grep Analytics
Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic
Grep Analytics란 무엇입니까?
Grep Analytics은(는) Russ Jones에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic"입니다.
확장 프로그램 스크린샷
Grep Analytics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add search volume, CPC, Traffic Value and Estimated Rank to your Google Organic Keyword Search Report in Google Analytics
확장 프로그램 기본 정보
이름 | |
ID | hhcabnimeljlahjogpeaadngfplldfcb |
공식 URL | https://chrome.google.com/webstore/detail/grep-analytics/hhcabnimeljlahjogpeaadngfplldfcb |
설명 | Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic |
파일 크기 | 50.34 KB |
설치 횟수 | 143 |
현재 버전 | 1.2 |
최근 업데이트 | 2013-08-15 |
출시 날짜 | 2013-08-15 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Russ Jones |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.thegooglecache.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "options_page": "options.html", "manifest_version": 2, "description": "Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic", "name": "Grep Analytics", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.2" } |