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