Coupon Finder for Online Shopping by GrabOn

The curated list of coupons for your favourite online shopping stores

Coupon Finder for Online Shopping by GrabOn란 무엇입니까?

Coupon Finder for Online Shopping by GrabOn은(는) www.grabon.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The curated list of coupons for your favourite online shopping stores"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Coupon Finder for Online Shopping by GrabOn 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Coupon Finder for Online Shopping by GrabOn Coupon Finder for Online Shopping by GrabOn
ID mfonodfllnhapmgdnenlhpfnionbnjbl
공식 URL https://chromewebstore.google.com/detail/coupon-finder-for-online/mfonodfllnhapmgdnenlhpfnionbnjbl
설명 The curated list of coupons for your favourite online shopping stores
파일 크기 250 KB
설치 횟수 2,173
현재 버전 6.2.4
최근 업데이트 2021-11-16
출시 날짜 2019-11-12
평점 4.67/5 총 52 개의 평점
개발자 www.grabon.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.grabon.in
도움말 페이지 URL https://www.grabon.in/privacy-policy/
개인정보 보호 정책 페이지 URL https://www.grabon.in/privacy-policy
지원되는 언어 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\/*"
            ]
        }
    ]
}