Delete Shopping Cart
Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.
Co je Delete Shopping Cart?
Delete Shopping Cart je rozšíření Chrome vyvinuté RFApps, a jeho hlavní funkcí je „Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Delete Shopping Cart
Stáhněte si soubory rozšíření Delete Shopping Cart ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Delete Shopping Cart |
ID | kcfakilgkhioeckhichkjkfajppekkin |
Oficiální URL | https://chromewebstore.google.com/detail/delete-shopping-cart/kcfakilgkhioeckhichkjkfajppekkin |
Popis | Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list. |
Velikost souboru | 14.16 KB |
Počet instalací | 88 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-02-01 |
Datum Vydání | 2022-01-31 |
Vývojář | RFApps |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jmf8883/delete-shopping-cart |
Podporované Jazyky | 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" } } |