Oz Stock
Check Officeworks product stock levels directly on OzBargain!
什么是Oz Stock?
Oz Stock是由Vu开发的Chrome扩展程序,该扩展的主要功能是“Check Officeworks product stock levels directly on OzBargain!”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" ] } ] } |