Ubersuggest CPC & Search Volume Enhancer
Adds keyword cpc and search volume to ubersuggest results
Ubersuggest CPC & Search Volume Enhancer là gì?
Ubersuggest CPC & Search Volume Enhancer là một tiện ích mở rộng Chrome được phát triển bởi https://cartercole.com, và tính năng chính của nó là "Adds keyword cpc and search volume to ubersuggest results".
Ả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 Ubersuggest CPC & Search Volume Enhancer
Tải xuống các tệp mở rộng Ubersuggest 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
This tool uses the grepWords API to pull CPC and search volume data for results in UberSuggest, It also augments the export to output a csv as well as all the search data. 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 | Ubersuggest CPC & Search Volume Enhancer |
ID | hopggcicaffnjomhjjpogcelclkbnigp |
URL Chính Thức | https://chromewebstore.google.com/detail/ubersuggest-cpc-search-vo/hopggcicaffnjomhjjpogcelclkbnigp |
Mô tả | Adds keyword cpc and search volume to ubersuggest results |
Kích Thước Tệp | 186 KB |
Số Lần Cài Đặt | 3,443 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2013-09-03 |
Ngày Phát Hành | 2013-09-02 |
Đánh Giá | 4.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://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", "name": "Ubersuggest CPC & Search Volume Enhancer", "version": "0.1.3", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/jquery.js", "js\/underscore.js", "js\/background.js" ] }, "description": "Adds keyword cpc and search volume to ubersuggest results", "homepage_url": "http:\/\/blog.cartercole.com\/", "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/ubersuggest.org\/*", "https:\/\/ubersuggest.org\/*" ], "css": [ "css\/inpage.css" ], "js": [ "js\/underscore.js", "js\/jquery.js", "js\/inpage.js" ] } ], "options_page": "options.html", "permissions": [ "http:\/\/ubersuggest.org\/*", "https:\/\/ubersuggest.org\/*", "http:\/\/api.grepwords.com\/lookup*" ] } |