Ubersuggest CPC & Search Volume Enhancer
Adds keyword cpc and search volume to ubersuggest results
What is Ubersuggest CPC & Search Volume Enhancer?
Ubersuggest CPC & Search Volume Enhancer is a Chrome extension developed by https://cartercole.com, and its main feature is "Adds keyword cpc and search volume to ubersuggest results".
Extension Screenshots
Download Ubersuggest CPC & Search Volume Enhancer Extension CRX File
Download Ubersuggest CPC & Search Volume Enhancer 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
This tool uses the grepWords API to pull CPC and search volume data for results in UberSuggest, It also augments the export to output a csv as well as all the search data. 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 | Ubersuggest CPC & Search Volume Enhancer |
ID | hopggcicaffnjomhjjpogcelclkbnigp |
Official URL | https://chromewebstore.google.com/detail/ubersuggest-cpc-search-vo/hopggcicaffnjomhjjpogcelclkbnigp |
Description | Adds keyword cpc and search volume to ubersuggest results |
File Size | 186 KB |
Installation Count | 3,443 |
Current Version | 0.1.3 |
Last Updated | 2013-09-03 |
Publish Date | 2013-09-02 |
Rating | 4.00/5 Total 11 Ratings |
Developer | https://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": "Ubersuggest CPC & Search Volume Enhancer", "version": "0.1.3", "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 ubersuggest results", "homepage_url": "http:\/\/blog.cartercole.com\/", "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/ubersuggest.org\/*", "https:\/\/ubersuggest.org\/*" ], "css": [ "css\/inpage.css" ], "js": [ "js\/underscore.js", "js\/jquery.js", "js\/inpage.js" ] } ], "options_page": "options.html", "permissions": [ "http:\/\/ubersuggest.org\/*", "https:\/\/ubersuggest.org\/*", "http:\/\/api.grepwords.com\/lookup*" ] } |