Search Volume and CPC data for Google WMT

Adds keyword cpc and search volume to Google Webmaster Tools

Search Volume and CPC data for Google WMT là gì?

Search Volume and CPC data for Google WMT là một tiện ích mở rộng Chrome được phát triển bởi https://blog.cartercole.com, và tính năng chính của nó là "Adds keyword cpc and search volume to Google Webmaster Tools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Volume and CPC data for Google WMT

Tải xuống các tệp mở rộng Search Volume and CPC data for Google WMT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Volume and CPC data for Google WMT Search Volume and CPC data for Google WMT
ID gicfklicpfppfofjfifnkfjpaoflokpb
URL Chính Thức https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb
Mô tả Adds keyword cpc and search volume to Google Webmaster Tools
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 303
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2013-09-03
Ngày Phát Hành 2013-09-03
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://blog.cartercole.com
Loại Thanh Toán free
Trang Web Mở Rộng http://blog.cartercole.com
URL Trang Trợ Giúp http://blog.cartercole.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}