Grep Analytics
Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic
What is Grep Analytics?
Grep Analytics is a Chrome extension developed by Russ Jones, and its main feature is "Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic".
Extension Screenshots
Download Grep Analytics Extension CRX File
Download Grep Analytics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add search volume, CPC, Traffic Value and Estimated Rank to your Google Organic Keyword Search Report in Google Analytics
Extension Basic Information
Name | |
ID | hhcabnimeljlahjogpeaadngfplldfcb |
Official URL | https://chrome.google.com/webstore/detail/grep-analytics/hhcabnimeljlahjogpeaadngfplldfcb |
Description | Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic |
File Size | 50.34 KB |
Installation Count | 143 |
Current Version | 1.2 |
Last Updated | 2013-08-15 |
Publish Date | 2013-08-15 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Russ Jones |
Payment Type | free |
Extension Website | http://www.thegooglecache.com |
Supported Languages | 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" } |