The Big Deals

Find today's big deals on the amazon

The Big Deals란 무엇입니까?

The Big Deals은(는) avisharma6543에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find today's big deals on the amazon"입니다.

확장 프로그램 스크린샷

screenshot

The Big Deals 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The big deals is a awesome extension which helps you to find great deals of amazon. It will provides you coupons and deals of amazon. It is a great money saving extension.

How this extension works?
After installing this extension you will see a icon on right above side of your browser.
So when you go on amazon for shopping, click on that icon and it will show you best deals of the day on amazon.

We daily updates latest deals on the extension.
In V2, we fixed some bugs and added installed page.                    

확장 프로그램 기본 정보

이름 The Big Deals The Big Deals
ID focppijiafifcddfgjoicdahlofpkfib
공식 URL https://chrome.google.com/webstore/detail/the-big-deals/focppijiafifcddfgjoicdahlofpkfib
설명 Find today's big deals on the amazon
파일 크기 135 KB
설치 횟수 51
현재 버전 2.0 Beta
최근 업데이트 2020-08-20
출시 날짜 2020-08-17
개발자 avisharma6543
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://saleclues.com/page/privacy-policy
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "The Big Deals",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.7bigdeals.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "description": "Find today's big deals on the amazon",
    "short_name": "TBD",
    "version": "2.0",
    "version_name": "2.0 Beta",
    "author": "Avi Sharma",
    "minimum_chrome_version": "31",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}