Amazon wishlist subtotal
Creates subtotal for wishlist on Amazon
Amazon wishlist subtotal là gì?
Amazon wishlist subtotal là một tiện ích mở rộng Chrome được phát triển bởi HYUTS, và tính năng chính của nó là "Creates subtotal for wishlist on Amazon".
Ả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 wishlist subtotal
Tải xuống các tệp mở rộng Amazon wishlist subtotal 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 is to help you from needing to manually add the cost of items in your Amazon wishlist's. Normally you need to add items to your cart to calculate prices. The extension will be located at the top right of your screen. Enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazon wishlist subtotal |
ID | oalghggdeaciadklhjomgfbdnpkgaaba |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba |
Mô tả | Creates subtotal for wishlist on Amazon |
Kích Thước Tệp | 350 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-12-29 |
Ngày Phát Hành | 2020-12-29 |
Nhà Phát Triển | HYUTS |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon wishlist subtotal", "version": "1.2", "description": "Creates subtotal for wishlist on Amazon", "icons": { "128": "icon_dark.png" }, "browser_action": { "name": "Dollar sign", "default_popup": "popup.html", "icons": [ "icon_dark.png" ], "default_icon": "icon_dark.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content.js", "js\/color_fade.js" ], "matches": [ "https:\/\/www.amazon.com\/*" ] } ] } |