aHrefs Search Volume & CPC Anchor Enhancer

Adds keyword cpc, competition and search volume to aHrefs

Cos'è aHrefs Search Volume & CPC Anchor Enhancer?

aHrefs Search Volume & CPC Anchor Enhancer è un'estensione di Chrome sviluppata da https://blog.cartercole.com, e la sua funzione principale è "Adds keyword cpc, competition and search volume to aHrefs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione aHrefs Search Volume & CPC Anchor Enhancer

Scarica i file di estensione aHrefs Search Volume & CPC Anchor Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome aHrefs Search Volume & CPC Anchor Enhancer aHrefs Search Volume & CPC Anchor Enhancer
ID pdmkbfmeeijoafnndpcldheaimcibdln
URL Ufficiale https://chromewebstore.google.com/detail/ahrefs-search-volume-cpc/pdmkbfmeeijoafnndpcldheaimcibdln
Descrizione Adds keyword cpc, competition and search volume to aHrefs
Dimensione del File 125 KB
Conteggio Installazioni 904
Versione Corrente 0.1.0
Ultimo Aggiornamento 2013-09-06
Data di Pubblicazione 2013-09-06
Valutazione 3.00/5 Totale 9 Valutazioni
Sviluppatore https://blog.cartercole.com
Tipo di Pagamento free
Sito Web dell'Estensione http://blog.cartercole.com
URL della Pagina di Aiuto http://blog.cartercole.com
Lingue Supportate 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"
    ]
}