auto-coupon

Auto apply amazon coupons

什么是auto-coupon?

auto-coupon是由mcdhaef开发的Chrome扩展程序,该扩展的主要功能是“Auto apply amazon coupons”。

扩展截图

screenshot
screenshot

下载auto-coupon扩展crx文件

下载auto-coupon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Auto-coupon is a super simple chrome extension that automatically applies amazon coupons when you navigate to a product page. Once on the page the extension will check for a coupon to be applied and do so without any need for action from the user. Amazon coupons are not automatically applied so most people don't know what they are missing.                    

扩展基本信息

名称 auto-coupon auto-coupon
ID jibjjgdhcgniaidglbmhledoeinekchd
官方URL https://chromewebstore.google.com/detail/auto-coupon/jibjjgdhcgniaidglbmhledoeinekchd
简介 Auto apply amazon coupons
文件大小 6.67 KB
安装次数 63
当前版本 0.0.3
更新时间 2022-04-10
上架时间 2021-08-29
评分 3.50/5 共2次评分
开发者 mcdhaef
电子邮箱 [email protected]
付费类型 in_app
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "auto-coupon",
    "description": "Auto apply amazon coupons",
    "version": "0.0.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}