DealDrop: Coupons & Price Comparison

Compare prices instantly from thousands of stores while you shop online.

DealDrop: Coupons & Price Comparison란 무엇입니까?

DealDrop: Coupons & Price Comparison은(는) DealDrop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare prices instantly from thousands of stores while you shop online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DealDrop: Coupons & Price Comparison 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        DealDrop: Your Ultimate Shopping Companion

🌟 Welcome to Smarter Shopping with DealDrop!
Transform your online shopping experience with DealDrop, the Chrome extension that’s more than just a tool – it’s your personal shopping assistant. DealDrop will ensure you always get the best price using our real-time price comparison tech.

🛍️ Why Choose DealDrop?
Vast Network, Unmatched Deals: Dive into an expansive world of savings with access to over 200,000 retailers globally. Whether you’re in Australia, the US, or anywhere else, DealDrop brings you the best deals right to your browser.

Save Money Automatically: Our automatic coupon finder will alert you whenever we find a coupon codes and automatically apply the best code at checkout for you (limited stores supported).

Real-Time Price Intelligence: As you browse, DealDrop works silently yet efficiently in the background, comparing prices in real-time. It ensures you’re informed about the lowest prices and exclusive deals the moment they’re available.

Seamless Shopping Experience: DealDrop integrates effortlessly with your browser. It’s like having a savvy shopping companion who’s always on the lookout for discounts, without the hassle of switching tabs or doing manual searches.

Smart Alerts & Savings: Set up price drop alerts and never miss a chance to save. DealDrop keeps an eye on your favorite products and notifies you instantly when there’s a price reduction.

Trustworthy & Transparent: We value your trust. DealDrop is committed to unbiased price comparison. Our only goal is to help you make the best purchasing decisions.

🔎 How It Works:
Add DealDrop to Chrome: It takes just a few clicks to install and it’s absolutely free.

Shop as You Normally Would: Visit your favorite online stores and browse products.

Watch the Magic Happen: DealDrop automatically compares prices, apply coupons automatically and shows you where the best deals are, all in real-time.

🌐 Global Reach, Local Deals: Whether you’re shopping locally or internationally, DealDrop is your passport to savings. We cover a wide range of products across various categories, ensuring you always get the best price, no matter where you are or what you’re looking for.

🛡️ Your Privacy, Our Priority: Your data’s security and privacy are paramount. DealDrop operates with the highest standards of data protection.

Ready to revolutionize your shopping experience? Add DealDrop to Chrome now and join a community of smart shoppers who never overpay!

Disclaimer

We may have an affiliate partnership with some of the retailers displayed on our application, in which we may earn a commission when you use one of our coupons/links to make a purchase. However, we will always endeavour to show you the lowest prices, to save you the most money, regardless of if we earn a commission on the purchase or not.

It's important to note that not every retailer in Australia is included in our listings. Consequently, the best product match and pricing might not always be displayed.

The prices we show are those made publicly available by third-party retailers for the products alone and do not include any additional fees such as shipping, delivery, or other charges, nor do they account for any conditional discounts. 

Due to the reliance on third-party data and the processes used by DealDrop internally, the prices and stock levels we present may not always reflect the most current or accurate information.

Should you discover a lower price for a product or wish to suggest a new retailer, we encourage you to contact us at [email protected].                    

확장 프로그램 기본 정보

이름 DealDrop: Coupons & Price Comparison DealDrop: Coupons & Price Comparison
ID lmgpiaemoiikocplohpngneppgfmphfh
공식 URL https://chromewebstore.google.com/detail/dealdrop-coupons-price-co/lmgpiaemoiikocplohpngneppgfmphfh
설명 Compare prices instantly from thousands of stores while you shop online.
파일 크기 67.45 KB
설치 횟수 3,535
현재 버전 3.0.3
최근 업데이트 2024-03-03
출시 날짜 2022-04-20
평점 4.33/5 총 6 개의 평점
개발자 DealDrop
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dealdrop.com
개인정보 보호 정책 페이지 URL https://www.dealdrop.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DealDrop: Coupons & Price Comparison",
    "description": "Compare prices instantly from thousands of stores while you shop online.",
    "version": "3.0.3",
    "version_name": "3.0.3",
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-1238fff5.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "48": "src\/assets\/icons\/icon-48.png",
            "128": "src\/assets\/icons\/icon-128.png"
        }
    },
    "host_permissions": [
        "https:\/\/api.pricethis.com\/*",
        "https:\/\/api.dealdrop.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/string-7c8df5a7.js",
                "assets\/index.ts-94abc730.js"
            ],
            "use_dynamic_url": true
        }
    ]
}