OzBargain

Summarised deals, coupons and cashbacks from OzBargain

什麼是OzBargain?

OzBargain是由https://www.ozbargain.com.au開發的Chrome擴展程式,該擴展的主要功能是“Summarised deals, coupons and cashbacks from OzBargain”。

擴展截圖

screenshot
screenshot
screenshot

下載OzBargain擴展crx文件

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

擴展使用說明

                        OzBargain is an online community of shoppers in Australia to share and discuss bargains. This extension looks up OzBargain to check for active coupon codes, deals and cashbacks for the merchant on the current page.

To use it,
- Go to a merchant website
- Click on OzBargain extension
- A popup will appear showing the currently available coupons, recent active deals and available cashback rates from various providers.

Alternatively, default shortcut key Alt+Shift+O will also trigger the popup.

1.2.0 - Post current page as a deal on OzBargain
1.1.2 - Disable search on sites that OzBargain does not support
1.1.1 - Report error from server side correctly. Disable extension for certain domains such as ebay.com.au
1.1.0 - Add quick search for stores or products.                    

擴展基本資訊

名稱 OzBargain OzBargain
ID dboidbfhpboiifnlbmmcocipjbkdodpg
官方網址 https://chromewebstore.google.com/detail/ozbargain/dboidbfhpboiifnlbmmcocipjbkdodpg
簡介 Summarised deals, coupons and cashbacks from OzBargain
檔案大小 30.97 KB
安裝次數 5,392
目前版本 1.2.0
更新時間 2021-08-25
上架時間 2019-08-14
評分 4.57/5 共 7 次評分
開發者 https://www.ozbargain.com.au
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.ozbargain.com.au/node/463313
隱私政策頁面URL https://www.ozbargain.com.au/wiki/help:privacy_policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OzBargain",
    "version": "1.2.0",
    "description": "Summarised deals, coupons and cashbacks from OzBargain",
    "icons": {
        "16": "ozbargain\/16.png",
        "32": "ozbargain\/32.png",
        "48": "ozbargain\/48.png",
        "128": "ozbargain\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "ozbargain\/16.png",
            "32": "ozbargain\/32.png",
            "48": "ozbargain\/48.png",
            "128": "ozbargain\/128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        }
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.ozbargain.com.au\/"
    ]
}