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?
Search Volume and CPC data for Google WMT是由https://blog.cartercole.com开发的Chrome扩展程序,该扩展的主要功能是“Adds keyword cpc and search volume to Google Webmaster Tools”。
扩展截图
下载Search Volume and CPC data for Google WMT扩展crx文件
下载Search Volume and CPC data for Google WMT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Search Volume and CPC data for Google WMT |
ID | gicfklicpfppfofjfifnkfjpaoflokpb |
官方URL | https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb |
简介 | Adds keyword cpc and search volume to Google Webmaster Tools |
文件大小 | 166 KB |
安装次数 | 303 |
当前版本 | 0.0.1 |
更新时间 | 2013-09-03 |
上架时间 | 2013-09-03 |
评分 | 4.00/5 共2次评分 |
开发者 | https://blog.cartercole.com |
付费类型 | free |
扩展官网 | http://blog.cartercole.com |
帮助页面URL | http://blog.cartercole.com |
支持的语言 | 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\/*" ] } |