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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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\/*" ] } |