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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Amazon coupons, find and apply automatically Amazon coupons, find and apply automatically
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
}