Search Volume and CPC data for Google WMT

Adds keyword cpc and search volume to Google Webmaster Tools

Apa itu Search Volume and CPC data for Google WMT?

Search Volume and CPC data for Google WMT adalah ekstensi Chrome yang dikembangkan oleh https://blog.cartercole.com, dan fitur utamanya adalah "Adds keyword cpc and search volume to Google Webmaster Tools".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Search Volume and CPC data for Google WMT

Unduh file ekstensi Search Volume and CPC data for Google WMT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Search Volume and CPC data for Google WMT Search Volume and CPC data for Google WMT
ID gicfklicpfppfofjfifnkfjpaoflokpb
URL Resmi https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb
Deskripsi Adds keyword cpc and search volume to Google Webmaster Tools
Ukuran File 166 KB
Jumlah Instalasi 303
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2013-09-03
Tanggal Publikasi 2013-09-03
Penilaian 4.00/5 Total 2 Penilaian
Pengembang https://blog.cartercole.com
Tipe Pembayaran free
Situs Ekstensi http://blog.cartercole.com
URL Halaman Bantuan http://blog.cartercole.com
Bahasa yang Didukung 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\/*"
    ]
}