Dealfor - The best Amazon Coupons

Discover fantastic savings with our amazing selection of Amazon coupons & Rebate.

什麼是Dealfor - The best Amazon Coupons?

Dealfor - The best Amazon Coupons是由Marketing Sifang開發的Chrome擴展程式,該擴展的主要功能是“Discover fantastic savings with our amazing selection of Amazon coupons & Rebate.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Dealfor - The best Amazon Coupons擴展crx文件

下載Dealfor - The best Amazon Coupons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Dealfor is a free Chrome browser extension that will allow you to save money when doing online shopping.

Getting started with Dealfor is incredibly easy! It takes just one click and it will be added to your browser. 

Once you install the extension, just shop like normal on Amazon, and let Dealfor automatically find, highlight, and apply the best coupon codes at checkout for you.

Get access to thousands of daily cashback offers and discounts on everyday purchases like groceries, clothes, gadgets, office supplies, and many more.                    

擴展基本資訊

名稱 Dealfor - The best Amazon Coupons Dealfor - The best Amazon Coupons
ID idkkaokkmeofkpgkfgbhnkdokcpjjbdk
官方網址 https://chromewebstore.google.com/detail/dealfor-the-best-amazon-c/idkkaokkmeofkpgkfgbhnkdokcpjjbdk
簡介 Discover fantastic savings with our amazing selection of Amazon coupons & Rebate.
檔案大小 72.43 KB
安裝次數 146
目前版本 1.0.0
更新時間 2021-09-29
上架時間 2021-09-29
評分 3.00/5 共 1 次評分
開發者 Marketing Sifang
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.dealfor.com
隱私政策頁面URL http://m.luckshare.com/pbs/static/website/privacy.html
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "icon\/20x20.png",
            "24": "icon\/29x29.png",
            "32": "icon\/40x40.png"
        },
        "default_title": "__MSG_defaultTitle__",
        "default_popup": "popup\/popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "icon\/20x20.png",
        "48": "icon\/58x58.png",
        "128": "icon\/144x144.png"
    },
    "author": "__MSG_name__",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dealfor.com\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "common\/js\/jquery-3.6.0.min.js",
                "common\/js\/content-script.js"
            ],
            "css": [
                "common\/css\/dealfor.css"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "*:\/\/*.dealfor.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/www.dealfor.com"
}