aHrefs Search Volume & CPC Anchor Enhancer
Adds keyword cpc, competition and search volume to aHrefs
Apa itu aHrefs Search Volume & CPC Anchor Enhancer?
aHrefs Search Volume & CPC Anchor Enhancer adalah ekstensi Chrome yang dikembangkan oleh https://blog.cartercole.com, dan fitur utamanya adalah "Adds keyword cpc, competition and search volume to aHrefs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi aHrefs Search Volume & CPC Anchor Enhancer
Unduh file ekstensi aHrefs Search Volume & CPC Anchor Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | aHrefs Search Volume & CPC Anchor Enhancer |
ID | pdmkbfmeeijoafnndpcldheaimcibdln |
URL Resmi | https://chromewebstore.google.com/detail/ahrefs-search-volume-cpc/pdmkbfmeeijoafnndpcldheaimcibdln |
Deskripsi | Adds keyword cpc, competition and search volume to aHrefs |
Ukuran File | 125 KB |
Jumlah Instalasi | 904 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2013-09-06 |
Tanggal Publikasi | 2013-09-06 |
Penilaian | 3.00/5 Total 9 Penilaian |
Pengembang | https://blog.cartercole.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://blog.cartercole.com |
URL Halaman Bantuan | http://blog.cartercole.com |
Bahasa yang Didukung | 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" ] } |