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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.coupondunia.in, και η κύρια λειτουργία του είναι "Use CouponDunia's Shopping Assistant to get Cashback, Coupons and the Best Offers straight to your browser window!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CouponDunia Shopping Assistant

Λήψη αρχείων επέκτασης CouponDunia Shopping Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
    }
}