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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
    ]
}