aHrefs Search Volume & CPC Anchor Enhancer

Adds keyword cpc, competition and search volume to aHrefs

O que é aHrefs Search Volume & CPC Anchor Enhancer?

aHrefs Search Volume & CPC Anchor Enhancer é uma extensão do Chrome desenvolvida por https://blog.cartercole.com, e sua principal característica é "Adds keyword cpc, competition and search volume to aHrefs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão aHrefs Search Volume & CPC Anchor Enhancer

Baixe arquivos de extensão aHrefs Search Volume & CPC Anchor 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

                        When analyzing anchor text it's useful to know the CPC and search volume of the keywords that are linked with. Now you can see what high volume, high CPC your competitors are optimizing for and tell on them

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 aHrefs Search Volume & CPC Anchor Enhancer aHrefs Search Volume & CPC Anchor Enhancer
ID pdmkbfmeeijoafnndpcldheaimcibdln
URL Oficial https://chromewebstore.google.com/detail/ahrefs-search-volume-cpc/pdmkbfmeeijoafnndpcldheaimcibdln
Descrição Adds keyword cpc, competition and search volume to aHrefs
Tamanho do Arquivo 125 KB
Contagem de Instalações 904
Versão Atual 0.1.0
Última Atualização 2013-09-06
Data de Publicação 2013-09-06
Classificação 3.00/5 Total de 9 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",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/underscore.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/inpage.css"
            ],
            "js": [
                "js\/parseuri.js",
                "js\/underscore.js",
                "js\/jquery.js",
                "js\/inpage.js"
            ],
            "matches": [
                "https:\/\/ahrefs.com\/*",
                "http:\/\/ahrefs.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Adds keyword cpc, competition and search volume to aHrefs",
    "homepage_url": "http:\/\/blog.cartercole.com\/",
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "aHrefs Search Volume & CPC Anchor Enhancer",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/ahrefs.com\/*",
        "http:\/\/ahrefs.com\/*",
        "http:\/\/api.grepwords.com\/lookup*"
    ],
    "version": "0.1.0",
    "web_accessible_resources": [
        "img\/get.png"
    ]
}