Delete Shopping Cart
Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.
Delete Shopping Cart क्या है?
Delete Shopping Cart RFApps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Delete Shopping Cart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Delete Shopping Cart |
ID | kcfakilgkhioeckhichkjkfajppekkin |
आधिकारिक URL | https://chromewebstore.google.com/detail/delete-shopping-cart/kcfakilgkhioeckhichkjkfajppekkin |
विवरण | Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list. |
फ़ाइल का आकार | 14.16 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-02-01 |
प्रकाशन तिथि | 2022-01-31 |
डेवलपर | RFApps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jmf8883/delete-shopping-cart |
समर्थित भाषाएँ | 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" } } |