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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list."입니다.
확장 프로그램 스크린샷
Delete Shopping Cart 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |