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文件

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