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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}