Amazon coupons, find and apply automatically
Use amazon coupons and save your money automatically
Amazon coupons, find and apply automatically란 무엇입니까?
Amazon coupons, find and apply automatically은(는) tkdforever에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use amazon coupons and save your money automatically"입니다.
확장 프로그램 스크린샷
Amazon coupons, find and apply automatically 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Amazon has coupons but it's often not obvious that a coupon is available for a particular product. This extension searches and applies Amazon coupons when you view a product. Discounts will appear during checkout. You must be logged in to your Amazon account for this to work.
확장 프로그램 기본 정보
이름 | |
ID | mnobnadjnkkcbohkhjcmbikbpjdljjbl |
공식 URL | https://chrome.google.com/webstore/detail/amazon-coupons-find-and-a/mnobnadjnkkcbohkhjcmbikbpjdljjbl |
설명 | Use amazon coupons and save your money automatically |
파일 크기 | 59.24 KB |
설치 횟수 | 1,158 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-06-29 |
출시 날짜 | 2020-10-12 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | tkdforever |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon coupons, find and apply automatically", "version": "1.1.0", "description": "Use amazon coupons and save your money automatically", "host_permissions": [ "*:\/\/*.amazon.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "js\/functions.js" ], "all_frames": true } ], "action": { "default_icon": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" } }, "icons": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" }, "manifest_version": 3 } |