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
Eメール [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"
    }
}