aHrefs Search Volume & CPC Anchor Enhancer
Adds keyword cpc, competition and search volume to aHrefs
Was ist aHrefs Search Volume & CPC Anchor Enhancer?
aHrefs Search Volume & CPC Anchor Enhancer ist eine Chrome-Erweiterung, die von https://blog.cartercole.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds keyword cpc, competition and search volume to aHrefs".
Erweiterungsscreenshots
aHrefs Search Volume & CPC Anchor Enhancer-Erweiterungs-CRX-Datei herunterladen
Laden Sie aHrefs Search Volume & CPC Anchor Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | aHrefs Search Volume & CPC Anchor Enhancer |
ID | pdmkbfmeeijoafnndpcldheaimcibdln |
Offizielle URL | https://chromewebstore.google.com/detail/ahrefs-search-volume-cpc/pdmkbfmeeijoafnndpcldheaimcibdln |
Beschreibung | Adds keyword cpc, competition and search volume to aHrefs |
Dateigröße | 125 KB |
Installationsanzahl | 904 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2013-09-06 |
Veröffentlichungsdatum | 2013-09-06 |
Bewertung | 3.00/5 Insgesamt 9 Bewertungen |
Entwickler | https://blog.cartercole.com |
Zahlungsart | free |
Erweiterungswebsite | http://blog.cartercole.com |
Hilfeseite URL | http://blog.cartercole.com |
Unterstützte Sprachen | 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" ] } |