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 https://blog.cartercole.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds keyword cpc, competition and search volume to aHrefs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में aHrefs Search Volume & CPC Anchor Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}