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
官方網址 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"
    }
}