Saleboat for Amazon
Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help…
Saleboat for Amazon là gì?
Saleboat for Amazon là một tiện ích mở rộng Chrome được phát triển bởi Saleboat, và tính năng chính của nó là "Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help…".
Ả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 Saleboat for Amazon
Tải xuống các tệp mở rộng Saleboat for Amazon 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
Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help show you where to find amazing deals right on the product page. Saleboat compares the prices of new, used and open box items on any Amazon product page helping you find the best discount. Why wait for items to come on sale when you can save big by buying used and open box products on Amazon. Some of these products are in like new condition. So jump on board with Saleboat and let's throw those high prices overboard!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | clkofaokbcincbcmbhbeiogikafpjkae |
URL Chính Thức | https://chromewebstore.google.com/detail/saleboat-for-amazon/clkofaokbcincbcmbhbeiogikafpjkae |
Mô tả | Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help… |
Kích Thước Tệp | 1.71 MB |
Số Lần Cài Đặt | 490 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2020-01-15 |
Ngày Phát Hành | 2020-01-14 |
Nhà Phát Triển | Saleboat |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://saleboatapp.herokuapp.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Saleboat", "name": "Saleboat for Amazon", "version": "1.5", "manifest_version": 2, "background": { "scripts": [ "app\/background.js" ] }, "permissions": [ "tabs", "activeTab" ], "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*\/dp*", "https:\/\/www.amazon.com\/dp*", "https:\/\/smile.amazon.com\/gp\/product\/*", "https:\/\/www.amazon.com\/gp\/product\/*" ], "css": [ "\/static\/css\/app.css" ], "js": [ "\/static\/js\/content.js" ] }, { "matches": [ "https:\/\/www.amazon.com\/gp\/offer-listing\/*", "https:\/\/smile.amazon.com\/gp\/offer-listing\/*" ], "all_frames": true, "js": [ "\/static\/js\/usedContent.js" ] } ], "icons": { "16": "\/static\/media\/sailing16.png", "32": "\/static\/media\/sailing32.png", "48": "\/static\/media\/sailing48.png", "128": "\/static\/media\/sailing128.png" }, "web_accessible_resources": [ "\/static\/css\/content.css" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |