OzBargain
Summarised deals, coupons and cashbacks from OzBargain
Qu'est-ce que OzBargain ?
OzBargain est une extension Chrome développée par https://www.ozbargain.com.au, et sa fonction principale est "Summarised deals, coupons and cashbacks from OzBargain".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OzBargain
Téléchargez les fichiers d'extension OzBargain au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OzBargain |
ID | dboidbfhpboiifnlbmmcocipjbkdodpg |
URL Officiel | https://chromewebstore.google.com/detail/ozbargain/dboidbfhpboiifnlbmmcocipjbkdodpg |
Description | Summarised deals, coupons and cashbacks from OzBargain |
Taille du Fichier | 30.97 KB |
Nombre d'Installations | 5,392 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-08-25 |
Date de Publication | 2019-08-14 |
Évaluation | 4.57/5 Total 7 Évaluations |
Développeur | https://www.ozbargain.com.au |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.ozbargain.com.au/node/463313 |
URL de la Page de Politique de Confidentialité | https://www.ozbargain.com.au/wiki/help:privacy_policy |
Langues Prises en Charge | 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\/" ] } |