THE DEAL APP

THE DEAL APP is the app to save big on online shopping. THE DEAL APP chrome extension has all the features that is available across…

THE DEAL APP란 무엇입니까?

THE DEAL APP은(는) https://thedealapp.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "THE DEAL APP is the app to save big on online shopping. THE DEAL APP chrome extension has all the features that is available across…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

THE DEAL APP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        THE DEAL APP is the app to save big on online shopping. THE DEAL APP chrome extension has all the features that is available across other platforms including deal alerts. Moreover, it has unique feature that will help you make your purchase decision with real time price comparison, price trend and more. Feature list is but not limited to as below:

Deals
Price Comparison
Price Drops
Price Graph
Coupons
Search across crores of products
Forum
Deal Alerts through desktop notifications
Customize Deal alerts

+ Many more features coming.

Also Get the Android App on : https://play.google.com/store/apps/details?id=com.thedealapp.thedealapp&hl=en_IN                    

확장 프로그램 기본 정보

이름 THE DEAL APP THE DEAL APP
ID iclkejcbdkfpjknmkladdjjkeefmpoci
공식 URL https://chromewebstore.google.com/detail/the-deal-app/iclkejcbdkfpjknmkladdjjkeefmpoci
설명 THE DEAL APP is the app to save big on online shopping. THE DEAL APP chrome extension has all the features that is available across…
파일 크기 1.66 MB
설치 횟수 165
현재 버전 3.7
최근 업데이트 2020-11-24
출시 날짜 2019-10-24
평점 4.21/5 총 14 개의 평점
개발자 https://thedealapp.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thedealapp.in
도움말 페이지 URL https://thedealapp.in/faq
개인정보 보호 정책 페이지 URL https://thedealapp.in/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "THE DEAL APP",
    "version": "3.7",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/firebase.js",
            "js\/Md5CryptoJS.js",
            "js\/Chart.min.js",
            "js\/moment.min.js",
            "js\/backgroundTest.js",
            "js\/Product\/Crawler.js",
            "js\/List\/ListCrawler.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/Product\/AmazonContent.js",
                "js\/Product\/FlipkartContent.js",
                "js\/Product\/SnapDealContent.js",
                "js\/Product\/MyntraContent.js",
                "js\/Product\/PaytmMallContent.js",
                "js\/Product\/TatacliqContent.js",
                "js\/Product\/JabongContent.js",
                "js\/Product\/ShopcluesContent.js",
                "js\/Product\/PepperFryContent.js",
                "js\/Product\/FirstCryContent.js",
                "js\/Product\/CromaContent.js",
                "js\/Product\/VoonikContent.js",
                "js\/Product\/NnnowContent.js",
                "js\/List\/ListCrawlingAmazon.js",
                "js\/List\/ListCrawlingFlipkart.js",
                "js\/List\/ListCrawlingPaytmMall.js",
                "js\/List\/ListCrawlingTatacliq.js",
                "js\/List\/ListCrawlingMyntra.js",
                "js\/List\/ListCrawlingJabong.js",
                "js\/List\/ListCrawlingSnapdeal.js",
                "js\/List\/ListCrawlingShopclues.js",
                "js\/List\/ListCrawlingPepperfry.js",
                "js\/List\/ListCrawlingFirstcry.js",
                "js\/List\/ListCrawlingCroma.js",
                "js\/List\/ListCrawlingNnnow.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/logo_TDA.png",
        "default_title": "THE DEAL APP",
        "default_popup": "popup2.html"
    },
    "web_accessible_resources": [
        "assets\/images\/tda-logo-mini.png",
        "assets\/images\/splashImage-tda.png",
        "icons\/icon128.png",
        "icons\/icon48.png",
        "icons\/icon16.png",
        "icons\/logo_TDA.png",
        "icons\/logo-new.png",
        "icons\/d_graph.png",
        "icons\/d_similar.png",
        "icons\/d_filter.png",
        "icons\/d_coupons.png",
        "icons\/d_share.png",
        "icons\/notification.png",
        "icons\/back.png",
        "icons\/main_back.png",
        "icons\/drop.png",
        "icons\/close.png",
        "icons\/loading.gif",
        "icons\/store_img\/amazon.png",
        "icons\/store_img\/flipkart.png",
        "icons\/store_img\/snapdeal.jpg",
        "icons\/store_img\/myntra.png",
        "icons\/store_img\/paytmmall.png",
        "icons\/store_img\/tatacliq.png",
        "icons\/store_img\/jabong.png",
        "icons\/store_img\/shopclues.jpg",
        "icons\/store_img\/pepperfry.png",
        "icons\/store_img\/firstcry.png",
        "icons\/store_img\/voonik.png",
        "icons\/store_img\/croma.png",
        "icons\/store_img\/ebay.png",
        "js\/backgroundTest.js",
        "js\/Product\/AmazonContent.js",
        "js\/Product\/FlipkartContent.js",
        "js\/Product\/SnapDealContent.js",
        "js\/Product\/MyntraContent.js",
        "js\/Product\/PaytmMallContent.js",
        "js\/Product\/TatacliqContent.js",
        "js\/Product\/JabongContent.js",
        "js\/Product\/ShopcluesContent.js",
        "js\/Product\/PepperFryContent.js",
        "js\/Product\/FirstCryContent.js",
        "js\/Product\/CromaContent.js",
        "js\/Product\/VoonikContent.js",
        "js\/Product\/NnnowContent.js",
        "js\/List\/ListCrawlingAmazon.js",
        "js\/List\/ListCrawlingFlipkart.js",
        "js\/List\/ListCrawlingPaytmMall.js",
        "js\/List\/ListCrawlingTatacliq.js",
        "js\/List\/ListCrawlingMyntra.js",
        "js\/List\/ListCrawlingJabong.js",
        "js\/List\/ListCrawlingSnapdeal.js",
        "js\/List\/ListCrawlingShopclues.js",
        "js\/List\/ListCrawlingPepperfry.js",
        "js\/List\/ListCrawlingFirstcry.js",
        "js\/List\/ListCrawlingCroma.js",
        "js\/List\/ListCrawlingNnnow.js",
        "js\/jquery.min.js",
        "js\/DealAlertPratice.js",
        "js\/Chart.min.js",
        "js\/moment.min.js",
        "js\/login.js",
        "js\/popup.js",
        "js\/forum-chrome.js",
        "js\/forum-en-chrome.js",
        "js\/script.js",
        "js\/firebase.js",
        "js\/notification.js",
        "js\/Product\/Crawler.js",
        "js\/List\/ListCrawler.js",
        "js\/FlipkartCrawler.js",
        "js\/FilterPage.js",
        "css\/*",
        "css\/custom.css",
        "css\/google-font.css",
        "css\/loginPage.css",
        "css\/DealAlert.css",
        "popup2.html",
        "Chart.html",
        "similarProduct.html",
        "couponPage.html",
        "DealAlerts.html",
        "Filter.html"
    ],
    "permissions": [
        "system",
        "storage",
        "alarms",
        "gcm",
        "cookies",
        "contextMenus",
        "activeTab",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "tabs",
        "notifications",
        "identity",
        "identity.email",
        "*:\/\/*.thedealapp.in\/*",
        "https:\/\/catalog.paytm.com\/",
        "https:\/\/www.abof.com\/",
        "https:\/\/www.ajio.com\/",
        "https:\/\/www.akbartravels.com\/",
        "https:\/\/www.aliexpress.com\/",
        "https:\/\/www.amazon.in\/",
        "https:\/\/www.banggood.com\/",
        "https:\/\/www.bigbasket.com\/",
        "https:\/\/box8.in\/",
        "https:\/\/www.cleartrip.com\/",
        "https:\/\/www.coolwinks.com\/",
        "https:\/\/www.croma.com\/",
        "https:\/\/www.dominos.co.in\/",
        "https:\/\/www.ebay.in\/",
        "http:\/\/www.ezoneonline.in\/",
        "http:\/\/www.firstcry.com\/",
        "https:\/\/www.flipkart.com\/",
        "https:\/\/www.foodpanda.in\/",
        "https:\/\/www.freecharge.in\/",
        "https:\/\/freshmenu.com\/",
        "https:\/\/www.gearbest.com\/",
        "https:\/\/www.goibibo.com\/",
        "https:\/\/www.goomo.com\/",
        "https:\/\/grofers.com\/",
        "https:\/\/www.healthkart.com\/",
        "https:\/\/www.housejoy.in\/",
        "https:\/\/www.jabong.com\/",
        "https:\/\/www.lifestylestores.com\/",
        "https:\/\/www.makemytrip.com\/",
        "https:\/\/www.medlife.com\/",
        "https:\/\/www.mobikwik.com\/",
        "https:\/\/in.musafir.com\/",
        "https:\/\/www.myntra.com\/",
        "https:\/\/www.nearbuy.com\/",
        "https:\/\/niki.ai\/",
        "http:\/\/www.nykaa.com\/",
        "https:\/\/nnnow.com\/",
        "https:\/\/www.olacabs.com\/",
        "https:\/\/paytm.com\/",
        "https:\/\/paytmmall.com\/",
        "https:\/\/www.pepperfry.com\/",
        "https:\/\/www.phonepe.com\/",
        "https:\/\/online.pizzahut.co.in\/",
        "https:\/\/www.redbus.in\/",
        "https:\/\/www.shopclues.com\/",
        "https:\/\/www.snapdeal.com\/",
        "https:\/\/www.swiggy.com\/",
        "https:\/\/www.talkcharge.com\/",
        "https:\/\/www.tatacliq.com\/",
        "https:\/\/www.ticketnew.com\/",
        "https:\/\/www.urbanclap.com\/",
        "https:\/\/www.voonik.com\/",
        "https:\/\/www.yatra.com\/",
        "https:\/\/www.zivame.com\/",
        "https:\/\/www.zoomcar.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/thedealapp.in 'unsafe-eval'; object-src 'self'"
}