OzBargain

Summarised deals, coupons and cashbacks from OzBargain

OzBargain क्या है?

OzBargain https://www.ozbargain.com.au द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarised deals, coupons and cashbacks from OzBargain"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OzBargain एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}