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文件
下載Amazon coupons, find and apply automatically擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |