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
公式URL 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
Eメール [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\/"
    ]
}