aHrefs Search Volume & CPC Anchor Enhancer

Adds keyword cpc, competition and search volume to aHrefs

Τι είναι το aHrefs Search Volume & CPC Anchor Enhancer;

Το aHrefs Search Volume & CPC Anchor Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blog.cartercole.com, και η κύρια λειτουργία του είναι "Adds keyword cpc, competition and search volume to aHrefs".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης aHrefs Search Volume & CPC Anchor Enhancer

Λήψη αρχείων επέκτασης aHrefs Search Volume & CPC Anchor Enhancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα aHrefs Search Volume & CPC Anchor Enhancer aHrefs Search Volume & CPC Anchor Enhancer
ID pdmkbfmeeijoafnndpcldheaimcibdln
Επίσημο URL https://chromewebstore.google.com/detail/ahrefs-search-volume-cpc/pdmkbfmeeijoafnndpcldheaimcibdln
Περιγραφή Adds keyword cpc, competition and search volume to aHrefs
Μέγεθος Αρχείου 125 KB
Αριθμός Εγκαταστάσεων 904
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2013-09-06
Ημερομηνία Δημοσίευσης 2013-09-06
Αξιολόγηση 3.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://blog.cartercole.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://blog.cartercole.com
Διεύθυνση URL της Σελίδας Βοήθειας http://blog.cartercole.com
Υποστηριζόμενες Γλώσσες 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"
    ]
}