Coupon Finder for Online Shopping by GrabOn

The curated list of coupons for your favourite online shopping stores

Vad är Coupon Finder for Online Shopping by GrabOn?

Coupon Finder for Online Shopping by GrabOn är en Chrome-tillägg utvecklad av www.grabon.in, och dess huvudfunktion är "The curated list of coupons for your favourite online shopping stores".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Coupon Finder for Online Shopping by GrabOn-förlängningens CRX-fil

Ladda ner Coupon Finder for Online Shopping by GrabOn-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Get the latest offers, coupons, and deals delivered right in your browser, within the blink of an eye. 

Using the GrabOn Chrome Extension, you can:
1. Find all the latest and best coupons listed right in your browser window, without switching tabs to visit a shopping site.
2. Auto Apply coupons and save more everytime you shop or order online. 
Tired of sifting through multiple coupon codes to find the right one? Let us do the work. With a single click, we will ‘Auto Apply’ all available coupons and find the best one for you. If multiple coupons exist, we will apply the best coupon to help you save the maximum amount. However, you can always select other coupon codes if you want to.
3. Discover all the ongoing offers, and other additional information about events running on your favorite shopping sites.

Shop more, save more with GrabOn. Happy Savings!                    

Grundläggande Information om Tillägg

Namn Coupon Finder for Online Shopping by GrabOn Coupon Finder for Online Shopping by GrabOn
ID mfonodfllnhapmgdnenlhpfnionbnjbl
Officiell webbadress https://chromewebstore.google.com/detail/coupon-finder-for-online/mfonodfllnhapmgdnenlhpfnionbnjbl
Beskrivning The curated list of coupons for your favourite online shopping stores
Filstorlek 250 KB
Antal Installationer 2,173
Aktuell Version 6.2.4
Senast Uppdaterad 2021-11-16
Publiceringsdatum 2019-11-12
Betyg 4.67/5 Totalt 52 Betyg
Utvecklare www.grabon.in
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.grabon.in
Hjälpsida URL https://www.grabon.in/privacy-policy/
URL till Sekretesspolicy Sidan https://www.grabon.in/privacy-policy
Stödda Språk en-US
manifest.json
{
    "browser_action": {
        "default_icon": "assets\/images\/top_logo.png",
        "default_title": "GrabOn"
    },
    "background": {
        "scripts": [
            "assets\/lib\/js\/jquery.js",
            "assets\/lib\/js\/polyfill.js",
            "assets\/js\/constants.js",
            "assets\/js\/background\/init-utils.js",
            "assets\/js\/background\/init-scripts.js",
            "assets\/js\/background\/api-content.js",
            "assets\/js\/background\/referral-check.js"
        ]
    },
    "icons": {
        "128": "assets\/images\/128_128_icon.png",
        "16": "assets\/images\/16_16_icon.png",
        "48": "assets\/images\/48_48_icon.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "The curated list of coupons for your favourite online shopping stores",
    "manifest_version": 2,
    "name": "Coupon Finder for Online Shopping by GrabOn",
    "permissions": [
        "tabs",
        "clipboardWrite",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "history"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.2.4",
    "web_accessible_resources": [
        "assets\/images\/*",
        "assets\/html\/content-html\/**"
    ],
    "content_scripts": [
        {
            "css": [
                "assets\/css\/main-popup.css"
            ],
            "js": [
                "assets\/lib\/js\/jquery.js",
                "assets\/lib\/js\/polyfill.js",
                "assets\/js\/constants.js",
                "assets\/js\/content\/content-utils.js",
                "assets\/js\/content\/render-content.js",
                "assets\/js\/content\/main-popup.js",
                "assets\/js\/content\/auto-apply\/utils.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "css": [
                "assets\/css\/websites\/zivame.css"
            ],
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/zivame.js"
            ],
            "matches": [
                "http:\/\/www.zivame.com\/*",
                "https:\/\/www.zivame.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/zopnow.js"
            ],
            "matches": [
                "https:\/\/www.zopnow.com\/*",
                "http:\/\/www.zopnow.com\/*",
                "https:\/\/zopnow.com\/*",
                "http:\/\/zopnow.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/zoomcar.js"
            ],
            "matches": [
                "https:\/\/www.zoomcar.com\/*",
                "https:\/\/www.zoomcar.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/pepperfry.js"
            ],
            "matches": [
                "https:\/\/www.pepperfry.com\/checkout\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/mylescars.js"
            ],
            "matches": [
                "http:\/\/www.mylescars.com\/*"
            ]
        },
        {
            "css": [
                "assets\/css\/websites\/common.css"
            ],
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/bigbasket.js"
            ],
            "matches": [
                "http:\/\/www.bigbasket.com\/*",
                "https:\/\/www.bigbasket.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/thesouledstore.js"
            ],
            "matches": [
                "https:\/\/www.thesouledstore.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/caratlane.js"
            ],
            "matches": [
                "https:\/\/www.caratlane.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/cleartrip.js"
            ],
            "matches": [
                "https:\/\/www.cleartrip.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/faballey.js"
            ],
            "matches": [
                "https:\/\/www.faballey.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/nearbuy.js"
            ],
            "matches": [
                "https:\/\/www.nearbuy.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/ebay.js"
            ],
            "matches": [
                "https:\/\/www.ebay.in\/*",
                "http:\/\/www.ebay.in\/*",
                "https:\/\/order2.ebay.in\/*",
                "http:\/\/order2.ebay.in\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/freshmenu.js"
            ],
            "matches": [
                "https:\/\/www.freshmenu.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/myntra.js"
            ],
            "matches": [
                "https:\/\/www.myntra.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/jabong.js"
            ],
            "matches": [
                "https:\/\/www.jabong.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/oyorooms.js"
            ],
            "matches": [
                "https:\/\/www.oyorooms.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/snapdeal.js"
            ],
            "matches": [
                "https:\/\/www.snapdeal.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/swiggy.js"
            ],
            "matches": [
                "https:\/\/www.swiggy.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/zomato.js"
            ],
            "matches": [
                "https:\/\/www.zomato.com\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/holidaymakemytrip.js"
            ],
            "matches": [
                "https:\/\/holidayz.makemytrip.com\/holidays\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/content\/auto-apply\/websites\/flightsmakemytrip.js"
            ],
            "matches": [
                "https:\/\/www.makemytrip.com\/flight\/reviewDetails\/*"
            ]
        }
    ]
}