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