Amazon Product Research Tool by Sellergyan
This extension will help an Amazon seller do research on product data and grow their business
Amazon Product Research Tool by Sellergyan là gì?
Amazon Product Research Tool by Sellergyan là một tiện ích mở rộng Chrome được phát triển bởi http://www.sellergyan.com, và tính năng chính của nó là "This extension will help an Amazon seller do research on product data and grow their business".
Ả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 Amazon Product Research Tool by Sellergyan
Tải xuống các tệp mở rộng Amazon Product Research Tool by Sellergyan 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 extension will help an Amazon seller do research on product data and grow their business. This extension supports all the marketplaces of Amazon. Powered by Seller gyan
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjbnckfcmkgdklfglokdcmhkngmlbimm |
URL Chính Thức | https://chrome.google.com/webstore/detail/amazon-product-research-t/gjbnckfcmkgdklfglokdcmhkngmlbimm |
Mô tả | This extension will help an Amazon seller do research on product data and grow their business |
Kích Thước Tệp | 145 KB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2019-06-25 |
Ngày Phát Hành | 2019-06-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://www.sellergyan.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Product Research Tool by Sellergyan", "short_name": "Amazon Product Research Tool", "page_action": { "default_title": "Amazon Product Research Tool by Sellergyan", "default_popup": "count.html" }, "icons": { "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.uk\/s?*", "https:\/\/www.amazon.es\/s?*", "https:\/\/www.amazon.com.mx\/s?*", "https:\/\/www.amazon.co.jp\/s?*", "https:\/\/www.amazon.it\/s?*", "https:\/\/www.amazon.de\/s?*", "https:\/\/www.amazon.fr\/s?*", "https:\/\/www.amazon.cn\/s?*", "https:\/\/www.amazon.ca\/s?*", "https:\/\/www.amazon.com.br\/s?*", "https:\/\/www.amazon.com.au\/s?*", "https:\/\/www.amazon.com\/s?*", "https:\/\/www.amazon.ae\/s?*", "https:\/\/www.amazon.in\/s*", "https:\/\/www.amazon.in\/gp\/search\/*", "https:\/\/www.amazon.in\/s?*" ], "js": [ "js\/content.js", "js\/jquery.js" ], "run_at": "document_idle", "all_frames": false } ], "version": "1.4", "description": "This extension will help an Amazon seller do research on product data and grow their business", "permissions": [ "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.sellergyan.com\/*", "https:\/\/www.googletagmanager.com\/*" ] } |