Delete Shopping Cart
Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.
Delete Shopping Cart là gì?
Delete Shopping Cart là một tiện ích mở rộng Chrome được phát triển bởi RFApps, và tính năng chính của nó là "Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.".
Ả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 Delete Shopping Cart
Tải xuống các tệp mở rộng Delete Shopping Cart 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
Simple extension that will automatically delete all items in your Amazon™ cart, Amazon™ saved list or Whole Foods™ cart. You must to be on the shopping cart main screen to use it. If you have a lot of items you may have to use it multiple times to delete them all. Sure beats clicking delete for each item.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Delete Shopping Cart |
ID | kcfakilgkhioeckhichkjkfajppekkin |
URL Chính Thức | https://chromewebstore.google.com/detail/delete-shopping-cart/kcfakilgkhioeckhichkjkfajppekkin |
Mô tả | Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list. |
Kích Thước Tệp | 14.16 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-02-01 |
Ngày Phát Hành | 2022-01-31 |
Nhà Phát Triển | RFApps |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jmf8883/delete-shopping-cart |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete Shopping Cart", "description": "Quick buttons that will remove all items in your Amazon\u2122 and Whole Foods\u2122 cart or saved list.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/cart16.png", "32": "\/images\/cart32.png", "64": "\/images\/cart64.png", "128": "\/images\/cart128.png" } }, "icons": { "16": "\/images\/cart16.png", "32": "\/images\/cart32.png", "64": "\/images\/cart64.png", "128": "\/images\/cart128.png" } } |