Oz Stock

Check Officeworks product stock levels directly on OzBargain!

Oz Stockとは何ですか?

Oz StockはVuによって開発されたChromeの拡張機能で、その主な機能は「Check Officeworks product stock levels directly on OzBargain!」です。

拡張機能のスクリーンショット

screenshot

Oz Stock拡張機能のCRXファイルをダウンロード

Oz Stock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

This extension is not affiliated with Officeworks or OzBargain.                    

拡張機能の基本情報

名前 Oz Stock Oz Stock
ID jmgobilhbdlegmbknhpaoffekiflcmld
公式URL https://chrome.google.com/webstore/detail/oz-stock/jmgobilhbdlegmbknhpaoffekiflcmld
説明 Check Officeworks product stock levels directly on OzBargain!
ファイルサイズ 9.03 KB
インストール数 131
現在のバージョン 3.0.0
最終更新日 2021-03-25
公開日 2020-11-10
評価 5.00/5 合計 1 レビュー
開発者 Vu
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}