CouponDunia Shopping Assistant

Use CouponDunia's Shopping Assistant to get Cashback, Coupons and the Best Offers straight to your browser window!

CouponDunia Shopping Assistant란 무엇입니까?

CouponDunia Shopping Assistant은(는) https://www.coupondunia.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use CouponDunia's Shopping Assistant to get Cashback, Coupons and the Best Offers straight to your browser window!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

CouponDunia Shopping Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CouponDunia brings you an improved and more powerful Shopping Assistant.  Use the Shopping Assistant and never miss earning extra Cashback! Get Cashback rates,  Best Coupons and Best Offers while you shop. In short - Maximum Savings, Minimum effort! 
 
Why should you be using CouponDunia Shopping Assistant? Here's why:

1. Cashback Reminder: Get alerts to activate cashback with one click while you shop online. No need to open our website or app!

2. Auto-apply coupons: Find THE best Checkout page coupon for maximum savings. No need to browse through coupons in multiple places.

3. Instant access to cashback rates & similar offers: View cashback rates and browse similar category or store offers using the assistant. All the information you need is now at your fingertips!

4. Real-time cashback status updates : No more missing cashback tracked/confirmed updates - get instant notifications using our assistant.

Install Now for Chrome or Android ( included in the CouponDunia Android App) to get started!                    

확장 프로그램 기본 정보

이름 CouponDunia Shopping Assistant CouponDunia Shopping Assistant
ID iledpgbdhgeianadegpmahgpieckekfp
공식 URL https://chromewebstore.google.com/detail/coupondunia-shopping-assi/iledpgbdhgeianadegpmahgpieckekfp
설명 Use CouponDunia's Shopping Assistant to get Cashback, Coupons and the Best Offers straight to your browser window!
파일 크기 604 KB
설치 횟수 7,065
현재 버전 3.4.1
최근 업데이트 2023-07-01
출시 날짜 2020-07-03
평점 4.12/5 총 85 개의 평점
개발자 https://www.coupondunia.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.coupondunia.in
도움말 페이지 URL https://www.coupondunia.in/profile/support/faqs
개인정보 보호 정책 페이지 URL http://www.coupondunia.in/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CouponDunia Shopping Assistant",
    "description": "Use CouponDunia's Shopping Assistant to get Cashback, Coupons and the Best Offers straight to your browser window!",
    "version": "3.4.1",
    "action": {
        "default_icon": "img\/CDRed.png",
        "default_title": "CouponDunia"
    },
    "icons": {
        "16": "img\/CDRed.png",
        "48": "img\/img_48.png",
        "128": "img\/img_128.png"
    },
    "background": {
        "service_worker": "background-min.js"
    },
    "short_name": "Shopping Assistant",
    "permissions": [
        "activeTab",
        "gcm",
        "tabs",
        "storage",
        "notifications",
        "cookies",
        "contextMenus",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.coupondunia.in\/extension\/signup*",
                "https:\/\/www.coupondunia.in\/go-store\/*",
                "https:\/\/www.coupondunia.in\/load-offer\/*"
            ],
            "css": [
                "css\/normalize.css",
                "css\/slider.css",
                "css\/new-slider.css",
                "css\/notification.css",
                "css\/newNotifications.css",
                "css\/gserp.css",
                "css\/override.css",
                "css\/try-coupon-override.css",
                "css\/auto-apply-modal.css"
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.js",
                "js\/lib\/mustache.js",
                "js\/content_scripts\/content-min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.coupondunia.in\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}