aHrefs Search Volume & CPC Anchor Enhancer
Adds keyword cpc, competition and search volume to aHrefs
Co je aHrefs Search Volume & CPC Anchor Enhancer?
aHrefs Search Volume & CPC Anchor Enhancer je rozšíření Chrome vyvinuté https://blog.cartercole.com, a jeho hlavní funkcí je „Adds keyword cpc, competition and search volume to aHrefs“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření aHrefs Search Volume & CPC Anchor Enhancer
Stáhněte si soubory rozšíření aHrefs Search Volume & CPC Anchor Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | aHrefs Search Volume & CPC Anchor Enhancer |
ID | pdmkbfmeeijoafnndpcldheaimcibdln |
Oficiální URL | https://chromewebstore.google.com/detail/ahrefs-search-volume-cpc/pdmkbfmeeijoafnndpcldheaimcibdln |
Popis | Adds keyword cpc, competition and search volume to aHrefs |
Velikost souboru | 125 KB |
Počet instalací | 904 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2013-09-06 |
Datum Vydání | 2013-09-06 |
Hodnocení | 3.00/5 Celkem 9 Hodnocení |
Vývojář | https://blog.cartercole.com |
Typ Platby | free |
Webové stránky Rozšíření | http://blog.cartercole.com |
URL Stránky Nápovědy | http://blog.cartercole.com |
Podporované Jazyky | 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" ] } |