aHrefs Search Volume & CPC Anchor Enhancer
Adds keyword cpc, competition and search volume to aHrefs
Qu'est-ce que aHrefs Search Volume & CPC Anchor Enhancer ?
aHrefs Search Volume & CPC Anchor Enhancer est une extension Chrome développée par https://blog.cartercole.com, et sa fonction principale est "Adds keyword cpc, competition and search volume to aHrefs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension aHrefs Search Volume & CPC Anchor Enhancer
Téléchargez les fichiers d'extension aHrefs Search Volume & CPC Anchor Enhancer 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
When analyzing anchor text it's useful to know the CPC and search volume of the keywords that are linked with. Now you can see what high volume, high CPC your competitors are optimizing for and tell on them 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 | aHrefs Search Volume & CPC Anchor Enhancer |
ID | pdmkbfmeeijoafnndpcldheaimcibdln |
URL Officiel | https://chromewebstore.google.com/detail/ahrefs-search-volume-cpc/pdmkbfmeeijoafnndpcldheaimcibdln |
Description | Adds keyword cpc, competition and search volume to aHrefs |
Taille du Fichier | 125 KB |
Nombre d'Installations | 904 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2013-09-06 |
Date de Publication | 2013-09-06 |
Évaluation | 3.00/5 Total 9 É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", "background": { "scripts": [ "js\/jquery.js", "js\/underscore.js", "js\/background.js" ] }, "content_scripts": [ { "css": [ "css\/inpage.css" ], "js": [ "js\/parseuri.js", "js\/underscore.js", "js\/jquery.js", "js\/inpage.js" ], "matches": [ "https:\/\/ahrefs.com\/*", "http:\/\/ahrefs.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Adds keyword cpc, competition and search volume to aHrefs", "homepage_url": "http:\/\/blog.cartercole.com\/", "icons": { "128": "img\/icon.png" }, "manifest_version": 2, "name": "aHrefs Search Volume & CPC Anchor Enhancer", "options_page": "options.html", "permissions": [ "https:\/\/ahrefs.com\/*", "http:\/\/ahrefs.com\/*", "http:\/\/api.grepwords.com\/lookup*" ], "version": "0.1.0", "web_accessible_resources": [ "img\/get.png" ] } |