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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}