aHrefs Search Volume & CPC Anchor Enhancer
Adds keyword cpc, competition and search volume to aHrefs
aHrefs Search Volume & CPC Anchor Enhancer là gì?
aHrefs Search Volume & CPC Anchor Enhancer là một tiện ích mở rộng Chrome được phát triển bởi https://blog.cartercole.com, và tính năng chính của nó là "Adds keyword cpc, competition and search volume to aHrefs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng aHrefs Search Volume & CPC Anchor Enhancer
Tải xuống các tệp mở rộng aHrefs Search Volume & CPC Anchor Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | aHrefs Search Volume & CPC Anchor Enhancer |
ID | pdmkbfmeeijoafnndpcldheaimcibdln |
URL Chính Thức | https://chromewebstore.google.com/detail/ahrefs-search-volume-cpc/pdmkbfmeeijoafnndpcldheaimcibdln |
Mô tả | Adds keyword cpc, competition and search volume to aHrefs |
Kích Thước Tệp | 125 KB |
Số Lần Cài Đặt | 904 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2013-09-06 |
Ngày Phát Hành | 2013-09-06 |
Đánh Giá | 3.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://blog.cartercole.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://blog.cartercole.com |
URL Trang Trợ Giúp | http://blog.cartercole.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |