Search Volume and CPC data for Google WMT
Adds keyword cpc and search volume to Google Webmaster Tools
O que é Search Volume and CPC data for Google WMT?
Search Volume and CPC data for Google WMT é uma extensão do Chrome desenvolvida por https://blog.cartercole.com, e sua principal característica é "Adds keyword cpc and search volume to Google Webmaster Tools".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search Volume and CPC data for Google WMT
Baixe arquivos de extensão Search Volume and CPC data for Google WMT 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
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
Informações Básicas da Extensão
Nome | Search Volume and CPC data for Google WMT |
ID | gicfklicpfppfofjfifnkfjpaoflokpb |
URL Oficial | https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb |
Descrição | Adds keyword cpc and search volume to Google Webmaster Tools |
Tamanho do Arquivo | 166 KB |
Contagem de Instalações | 303 |
Versão Atual | 0.0.1 |
Última Atualização | 2013-09-03 |
Data de Publicação | 2013-09-03 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | https://blog.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": "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\/*" ] } |