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\/*" ] } |