OzBargain

Summarised deals, coupons and cashbacks from OzBargain

OzBargainคืออะไร?

OzBargain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ozbargain.com.au และคุณลักษณะหลักของมันคือ "Summarised deals, coupons and cashbacks from OzBargain"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OzBargain

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/"
    ]
}