AMZ Deals

Amazon Hot CashBack Deals APP! Some products are Free after rebate!

AMZ Deals란 무엇입니까?

AMZ Deals은(는) a.levonskiy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Hot CashBack Deals APP! Some products are Free after rebate!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AMZ Deals 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Amazon Hot CashBack Deals APP, Coupons, Daily Deals, Discounts and Amazon Promo Codes automatically! Some products are Free after rebate!
Amz Chrome App helps you apply your refunds and promo codes with one click. Amz Chrome App is a rebate and coupon platform that lets you get cashback refunds, deals and discounts on thousands of products from Amazon, Walmart, Etsy and other online marketplaces and stores.

 Amz Chrome App:
- helps you find amazing deals while you search for products
- automatically claim your refinds and apply coupons (no copy and paste)
- earn rewards and cash each purchase
- get early access to the newest rebates and coupons

Amz Chrome App partners with your favorite brands on Amazon, Walmart, Jet and more to give you access to exclusive deals and rebates from 5% to 100% off!                    

확장 프로그램 기본 정보

이름 AMZ Deals AMZ Deals
ID kapjbeonajljiajehmghaojigeigagen
공식 URL https://chrome.google.com/webstore/detail/amz-deals/kapjbeonajljiajehmghaojigeigagen
설명 Amazon Hot CashBack Deals APP! Some products are Free after rebate!
파일 크기 13.01 MB
설치 횟수 295
현재 버전 2.0.1
최근 업데이트 2021-01-27
출시 날짜 2020-11-25
평점 4.67/5 총 12 개의 평점
개발자 a.levonskiy
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMZ Deals",
    "description": "Amazon Hot CashBack Deals APP! Some products are Free after rebate!",
    "version": "2.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/ext-icon-48.png",
        "128": "icons\/ext-icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/ext-icon-48.png",
        "default_title": "AMZ Deals",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/amazon.com\/*",
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/amazon.com\/*",
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "content-inject-styles.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "*:\/\/amazon.com\/*",
        "*:\/\/www.amazon.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*",
        "external_css\/style.css",
        "fonts\/*"
    ]
}