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

下載The Big Deals擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}