Ubersuggest CPC & Search Volume Enhancer
Adds keyword cpc and search volume to ubersuggest results
O que é Ubersuggest CPC & Search Volume Enhancer?
Ubersuggest CPC & Search Volume Enhancer é uma extensão do Chrome desenvolvida por https://cartercole.com, e sua principal característica é "Adds keyword cpc and search volume to ubersuggest results".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ubersuggest CPC & Search Volume Enhancer
Baixe arquivos de extensão Ubersuggest CPC & Search Volume Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Ubersuggest CPC & Search Volume Enhancer |
ID | hopggcicaffnjomhjjpogcelclkbnigp |
URL Oficial | https://chromewebstore.google.com/detail/ubersuggest-cpc-search-vo/hopggcicaffnjomhjjpogcelclkbnigp |
Descrição | Adds keyword cpc and search volume to ubersuggest results |
Tamanho do Arquivo | 186 KB |
Contagem de Instalações | 3,443 |
Versão Atual | 0.1.3 |
Última Atualização | 2013-09-03 |
Data de Publicação | 2013-09-02 |
Classificação | 4.00/5 Total de 11 Avaliações |
Desenvolvedor | https://cartercole.com |
Tipo de Pagamento | free |
Site da Extensão | http://blog.cartercole.com |
URL da Página de Ajuda | http://blog.cartercole.com |
Idiomas Suportados | 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*" ] } |