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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.cartercole.com และคุณลักษณะหลักของมันคือ "Adds keyword cpc and search volume to Google Webmaster Tools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Volume and CPC data for Google WMT
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |