Majestic CPC & Search Volume Enhancer
Adds keyword cpc and search volume to Majestic SEO
Majestic CPC & Search Volume Enhancer là gì?
Majestic CPC & Search Volume 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 and search volume to Majestic SEO".
Ả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 Majestic CPC & Search Volume Enhancer
Tải xuống các tệp mở rộng Majestic CPC & Search Volume 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
Now you can see the value and competition of different anchor text phrases right in Majestic SEO The site explorer and advanced anchor text reports get cpc, search volume and competion data added right into the table Don't forget to add 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 | Majestic CPC & Search Volume Enhancer |
ID | eggcpclmaohkpdbdgdldfldealehecea |
URL Chính Thức | https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea |
Mô tả | Adds keyword cpc and search volume to Majestic SEO |
Kích Thước Tệp | 125 KB |
Số Lần Cài Đặt | 247 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2013-09-04 |
Ngày Phát Hành | 2013-09-04 |
Đánh Giá | 4.50/5 Tổng số 4 Đá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:\/\/*.majesticseo.com\/*", "http:\/\/*.majesticseo.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Adds keyword cpc and search volume to Majestic SEO", "homepage_url": "http:\/\/blog.cartercole.com\/", "icons": { "128": "img\/icon.png" }, "manifest_version": 2, "name": "Majestic CPC & Search Volume Enhancer", "options_page": "options.html", "permissions": [ "https:\/\/*.majesticseo.com\/", "http:\/\/*.majesticseo.com\/", "http:\/\/api.grepwords.com\/lookup*" ], "version": "0.1.0", "web_accessible_resources": [ "img\/get.png" ] } |