Search Volume and CPC data for Google WMT

Adds keyword cpc and search volume to Google Webmaster Tools

Что такое Search Volume and CPC data for Google WMT?

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

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

screenshot

Скачать файл CRX расширения Search Volume and CPC data for Google WMT

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

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

                        Now you can see search volume of the keywords your ranking for right next to your number of impressions that Google shows you. And based off the number of clicks the keyword has gotten we can estimate the value of each keywords traffic

Be sure to set your API key in the options or it wont work!

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

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

Название Search Volume and CPC data for Google WMT Search Volume and CPC data for Google WMT
ID gicfklicpfppfofjfifnkfjpaoflokpb
Официальный URL https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb
Описание Adds keyword cpc and search volume to Google Webmaster Tools
Размер файла 166 KB
Количество установок 303
Текущая Версия 0.0.1
Последнее Обновление 2013-09-03
Дата публикации 2013-09-03
Рейтинг 4.00/5 Всего 2 оценок
Разработчик 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",
    "name": "Search Volume and CPC data for Google WMT",
    "version": "0.0.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/underscore.js",
            "js\/background.js"
        ]
    },
    "description": "Adds keyword cpc and search volume to Google Webmaster Tools",
    "homepage_url": "http:\/\/blog.cartercole.com\/",
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/webmasters\/tools*"
            ],
            "css": [
                "css\/inpage.css"
            ],
            "js": [
                "js\/parseuri.js",
                "js\/underscore.js",
                "js\/jquery.js",
                "js\/inpage.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.google.com\/*",
        "https:\/\/*.google.com\/*",
        "http:\/\/api.grepwords.com\/*"
    ]
}