Majestic CPC & Search Volume Enhancer

Adds keyword cpc and search volume to Majestic SEO

Что такое Majestic CPC & Search Volume Enhancer?

Majestic CPC & Search Volume Enhancer - это расширение Chrome, разработанное https://blog.cartercole.com, и его основная функция - "Adds keyword cpc and search volume to Majestic SEO".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Majestic CPC & Search Volume Enhancer

Скачайте файлы расширений Majestic CPC & Search Volume Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Now you can see the value and competition of different anchor text phrases right in Majestic SEO

The site explorer and advanced anchor text reports get cpc, search volume and competion data added right into the table

Don't forget to add your API key in the options or it wont work

Get an API key from:
http://grepwords.com                    

Основная информация о расширении

Название Majestic CPC & Search Volume Enhancer Majestic CPC & Search Volume Enhancer
ID eggcpclmaohkpdbdgdldfldealehecea
Официальный URL https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea
Описание Adds keyword cpc and search volume to Majestic SEO
Размер файла 125 KB
Количество установок 247
Текущая Версия 0.1.0
Последнее Обновление 2013-09-04
Дата публикации 2013-09-04
Рейтинг 4.50/5 Всего 4 оценок
Разработчик 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:\/\/*.majesticseo.com\/*",
                "http:\/\/*.majesticseo.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Adds keyword cpc and search volume to Majestic SEO",
    "homepage_url": "http:\/\/blog.cartercole.com\/",
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "Majestic CPC & Search Volume Enhancer",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/*.majesticseo.com\/",
        "http:\/\/*.majesticseo.com\/",
        "http:\/\/api.grepwords.com\/lookup*"
    ],
    "version": "0.1.0",
    "web_accessible_resources": [
        "img\/get.png"
    ]
}