Search Volume and CPC data for Google WMT

Adds keyword cpc and search volume to Google Webmaster Tools

Was ist Search Volume and CPC data for Google WMT?

Search Volume and CPC data for Google WMT ist eine Chrome-Erweiterung, die von https://blog.cartercole.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds keyword cpc and search volume to Google Webmaster Tools".

Erweiterungsscreenshots

screenshot

Search Volume and CPC data for Google WMT-Erweiterungs-CRX-Datei herunterladen

Laden Sie Search Volume and CPC data for Google WMT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Search Volume and CPC data for Google WMT Search Volume and CPC data for Google WMT
ID gicfklicpfppfofjfifnkfjpaoflokpb
Offizielle URL https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb
Beschreibung Adds keyword cpc and search volume to Google Webmaster Tools
Dateigröße 166 KB
Installationsanzahl 303
Aktuelle Version 0.0.1
Letztes Update 2013-09-03
Veröffentlichungsdatum 2013-09-03
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler https://blog.cartercole.com
Zahlungsart free
Erweiterungswebsite http://blog.cartercole.com
Hilfeseite URL http://blog.cartercole.com
Unterstützte Sprachen 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\/*"
    ]
}