Oz Stock

Check Officeworks product stock levels directly on OzBargain!

Qu'est-ce que Oz Stock ?

Oz Stock est une extension Chrome développée par Vu, et sa fonction principale est "Check Officeworks product stock levels directly on OzBargain!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Oz Stock

Téléchargez les fichiers d'extension Oz Stock 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

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

This extension is not affiliated with Officeworks or OzBargain.                    

Informations de Base sur l'Extension

Nom Oz Stock Oz Stock
ID jmgobilhbdlegmbknhpaoffekiflcmld
URL Officiel https://chrome.google.com/webstore/detail/oz-stock/jmgobilhbdlegmbknhpaoffekiflcmld
Description Check Officeworks product stock levels directly on OzBargain!
Taille du Fichier 9.03 KB
Nombre d'Installations 131
Version Actuelle 3.0.0
Dernière Mise à Jour 2021-03-25
Date de Publication 2020-11-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur Vu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}