Seller Assistant App / Quick View
See product rating and competitors on an Amazon search page
Seller Assistant App / Quick View là gì?
Seller Assistant App / Quick View là một tiện ích mở rộng Chrome được phát triển bởi https://sellerassistant.app, và tính năng chính của nó là "See product rating and competitors on an Amazon search page".
Ả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 Seller Assistant App / Quick View
Tải xuống các tệp mở rộng Seller Assistant App / Quick View 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
If you search for products to sell on amazon, this extension helps you to make decisions right on amazon search pages
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Seller Assistant App / Quick View |
ID | nocegffaflllclilhgngcfejmfbdahno |
URL Chính Thức | https://chromewebstore.google.com/detail/seller-assistant-app-quic/nocegffaflllclilhgngcfejmfbdahno |
Mô tả | See product rating and competitors on an Amazon search page |
Kích Thước Tệp | 201 KB |
Số Lần Cài Đặt | 1,419 |
Phiên Bản Hiện Tại | 0.10.0 |
Cập Nhật Lần Cuối | 2021-10-20 |
Ngày Phát Hành | 2020-10-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://sellerassistant.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sellerassistant.app/quickview |
URL Trang Trợ Giúp | https://sellerassistant.app/help-center |
URL Trang Chính Sách Bảo Mật | https://sellerassistant.app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seller Assistant App \/ Quick View", "description": "See product rating and competitors on an Amazon search page", "version": "0.10.0", "version_name": "0.10.0", "author": "Linen Art, LLC", "homepage_url": "https:\/\/sellerassistant.app\/quickview", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Seller Assistant App \/ Quick View", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/s?*", "https:\/\/*.amazon.com.br\/s?*", "https:\/\/*.amazon.ca\/s?*", "https:\/\/*.amazon.com.mx\/s?*", "https:\/\/*.amazon.ae\/s?*", "https:\/\/*.amazon.de\/s?*", "https:\/\/*.amazon.es\/s?*", "https:\/\/*.amazon.fr\/s?*", "https:\/\/*.amazon.co.uk\/s?*", "https:\/\/*.amazon.in\/s?*", "https:\/\/*.amazon.it\/s?*", "https:\/\/*.amazon.nl\/s?*", "https:\/\/*.amazon.pl\/s?*", "https:\/\/*.amazon.se\/s?*", "https:\/\/*.amazon.com.tr\/s?*", "https:\/\/*.amazon.sg\/s?*", "https:\/\/*.amazon.com.au\/s?*", "https:\/\/*.amazon.co.jp\/s?*" ], "js": [ "content\/content.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.pl\/*", "https:\/\/*.amazon.se\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.sg\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.co.jp\/*" ], "css": [ "content\/content.css", "vendor\/css\/fontawesome.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/app.sellerassistant.app\/download", "https:\/\/dev.app.sellerassistant.app\/download" ], "js": [ "content\/contentDownload.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.pl\/*", "https:\/\/*.amazon.se\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.sg\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.sellerassistant.app\/", "storage" ] } |