Search Volume and CPC data for Google WMT

Adds keyword cpc and search volume to Google Webmaster Tools

Cos'è Search Volume and CPC data for Google WMT?

Search Volume and CPC data for Google WMT è un'estensione di Chrome sviluppata da https://blog.cartercole.com, e la sua funzione principale è "Adds keyword cpc and search volume to Google Webmaster Tools".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search Volume and CPC data for Google WMT

Scarica i file di estensione Search Volume and CPC data for Google WMT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Search Volume and CPC data for Google WMT Search Volume and CPC data for Google WMT
ID gicfklicpfppfofjfifnkfjpaoflokpb
URL Ufficiale https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb
Descrizione Adds keyword cpc and search volume to Google Webmaster Tools
Dimensione del File 166 KB
Conteggio Installazioni 303
Versione Corrente 0.0.1
Ultimo Aggiornamento 2013-09-03
Data di Pubblicazione 2013-09-03
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://blog.cartercole.com
Tipo di Pagamento free
Sito Web dell'Estensione http://blog.cartercole.com
URL della Pagina di Aiuto http://blog.cartercole.com
Lingue Supportate 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\/*"
    ]
}