Search Volume and CPC data for Google WMT

Adds keyword cpc and search volume to Google Webmaster Tools

Co je Search Volume and CPC data for Google WMT?

Search Volume and CPC data for Google WMT je rozšíření Chrome vyvinuté https://blog.cartercole.com, a jeho hlavní funkcí je „Adds keyword cpc and search volume to Google Webmaster Tools“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Search Volume and CPC data for Google WMT

Stáhněte si soubory rozšíření Search Volume and CPC data for Google WMT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Search Volume and CPC data for Google WMT Search Volume and CPC data for Google WMT
ID gicfklicpfppfofjfifnkfjpaoflokpb
Oficiální URL https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb
Popis Adds keyword cpc and search volume to Google Webmaster Tools
Velikost souboru 166 KB
Počet instalací 303
Aktuální Verze 0.0.1
Poslední Aktualizace 2013-09-03
Datum Vydání 2013-09-03
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář https://blog.cartercole.com
Typ Platby free
Webové stránky Rozšíření http://blog.cartercole.com
URL Stránky Nápovědy http://blog.cartercole.com
Podporované Jazyky 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\/*"
    ]
}