Search Volume and CPC data for Google WMT
Adds keyword cpc and search volume to Google Webmaster Tools
What is Search Volume and CPC data for Google WMT?
Search Volume and CPC data for Google WMT is a Chrome extension developed by https://blog.cartercole.com, and its main feature is "Adds keyword cpc and search volume to Google Webmaster Tools".
Extension Screenshots
Download Search Volume and CPC data for Google WMT Extension CRX File
Download Search Volume and CPC data for Google WMT 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
Now you can see search volume of the keywords your ranking for right next to your number of impressions that Google shows you. And based off the number of clicks the keyword has gotten we can estimate the value of each keywords traffic Be sure to set your API key in the options or it wont work! Get an API key from: http://grepwords.com
Extension Basic Information
Name | Search Volume and CPC data for Google WMT |
ID | gicfklicpfppfofjfifnkfjpaoflokpb |
Official URL | https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb |
Description | Adds keyword cpc and search volume to Google Webmaster Tools |
File Size | 166 KB |
Installation Count | 303 |
Current Version | 0.0.1 |
Last Updated | 2013-09-03 |
Publish Date | 2013-09-03 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://blog.cartercole.com |
Payment Type | free |
Extension Website | http://blog.cartercole.com |
Help Page URL | http://blog.cartercole.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Volume and CPC data for Google WMT", "version": "0.0.1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/jquery.js", "js\/underscore.js", "js\/background.js" ] }, "description": "Adds keyword cpc and search volume to Google Webmaster Tools", "homepage_url": "http:\/\/blog.cartercole.com\/", "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/webmasters\/tools*" ], "css": [ "css\/inpage.css" ], "js": [ "js\/parseuri.js", "js\/underscore.js", "js\/jquery.js", "js\/inpage.js" ] } ], "options_page": "options.html", "permissions": [ "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*", "http:\/\/api.grepwords.com\/*" ] } |