Oz Stock

Check Officeworks product stock levels directly on OzBargain!

Wat is Oz Stock?

Oz Stock is een Chrome-extensie ontwikkeld door Vu, en de belangrijkste functie is "Check Officeworks product stock levels directly on OzBargain!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Oz Stock

Download Oz Stock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Quickly check stock of Officeworks deals directly on the OzBargain website.

This extension is not affiliated with Officeworks or OzBargain.                    

Basisinformatie over de Extensie

Naam Oz Stock Oz Stock
ID jmgobilhbdlegmbknhpaoffekiflcmld
Officiële URL https://chrome.google.com/webstore/detail/oz-stock/jmgobilhbdlegmbknhpaoffekiflcmld
Beschrijving Check Officeworks product stock levels directly on OzBargain!
Bestandsgrootte 9.03 KB
Aantal Installaties 131
Huidige Versie 3.0.0
Laatst Bijgewerkt 2021-03-25
Publicatiedatum 2020-11-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Vu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oz Stock",
    "description": "Check Officeworks product stock levels directly on OzBargain!",
    "version": "3.0.0",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*.ozbargain.com.au\/*",
        "*:\/\/nrby.in\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ozbargain.com.au\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}