Search Volume and CPC data for Google WMT
Adds keyword cpc and search volume to Google Webmaster Tools
Qu'est-ce que Search Volume and CPC data for Google WMT ?
Search Volume and CPC data for Google WMT est une extension Chrome développée par https://blog.cartercole.com, et sa fonction principale est "Adds keyword cpc and search volume to Google Webmaster Tools".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search Volume and CPC data for Google WMT
Téléchargez les fichiers d'extension Search Volume and CPC data for Google WMT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Search Volume and CPC data for Google WMT |
ID | gicfklicpfppfofjfifnkfjpaoflokpb |
URL Officiel | https://chromewebstore.google.com/detail/search-volume-and-cpc-dat/gicfklicpfppfofjfifnkfjpaoflokpb |
Description | Adds keyword cpc and search volume to Google Webmaster Tools |
Taille du Fichier | 166 KB |
Nombre d'Installations | 303 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2013-09-03 |
Date de Publication | 2013-09-03 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | https://blog.cartercole.com |
Type de Paiement | free |
Site Web de l'Extension | http://blog.cartercole.com |
URL de la Page d'Aide | http://blog.cartercole.com |
Langues Prises en Charge | 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\/*" ] } |