Ubersuggest CPC & Search Volume Enhancer
Adds keyword cpc and search volume to ubersuggest results
Co je Ubersuggest CPC & Search Volume Enhancer?
Ubersuggest CPC & Search Volume Enhancer je rozšíření Chrome vyvinuté https://cartercole.com, a jeho hlavní funkcí je „Adds keyword cpc and search volume to ubersuggest results“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ubersuggest CPC & Search Volume Enhancer
Stáhněte si soubory rozšíření Ubersuggest CPC & Search Volume Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Ubersuggest CPC & Search Volume Enhancer |
ID | hopggcicaffnjomhjjpogcelclkbnigp |
Oficiální URL | https://chromewebstore.google.com/detail/ubersuggest-cpc-search-vo/hopggcicaffnjomhjjpogcelclkbnigp |
Popis | Adds keyword cpc and search volume to ubersuggest results |
Velikost souboru | 186 KB |
Počet instalací | 3,443 |
Aktuální Verze | 0.1.3 |
Poslední Aktualizace | 2013-09-03 |
Datum Vydání | 2013-09-02 |
Hodnocení | 4.00/5 Celkem 11 Hodnocení |
Vývojář | https://cartercole.com |
Typ Platby | free |
Webové stránky Rozšíření | http://blog.cartercole.com |
URL Stránky Nápovědy | http://blog.cartercole.com |
Podporované Jazyky | 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*" ] } |