Search Volume and CPC data for Google WMT

Adds keyword cpc and search volume to Google Webmaster Tools

Wat is Search Volume and CPC data for Google WMT?

Search Volume and CPC data for Google WMT is een Chrome-extensie ontwikkeld door https://blog.cartercole.com, en de belangrijkste functie is "Adds keyword cpc and search volume to Google Webmaster Tools".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Search Volume and CPC data for Google WMT

Download Search Volume and CPC data for Google WMT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Search Volume and CPC data for Google WMT Search Volume and CPC data for Google WMT
ID gicfklicpfppfofjfifnkfjpaoflokpb
Officiële URL https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb
Beschrijving Adds keyword cpc and search volume to Google Webmaster Tools
Bestandsgrootte 166 KB
Aantal Installaties 303
Huidige Versie 0.0.1
Laatst Bijgewerkt 2013-09-03
Publicatiedatum 2013-09-03
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://blog.cartercole.com
Betalingswijze free
Extensiewebsite http://blog.cartercole.com
Help Pagina-URL http://blog.cartercole.com
Ondersteunde Talen 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\/*"
    ]
}