Oz Stock
Check Officeworks product stock levels directly on OzBargain!
What is Oz Stock?
Oz Stock is a Chrome extension developed by Vu, and its main feature is "Check Officeworks product stock levels directly on OzBargain!".
Extension Screenshots
Download Oz Stock Extension CRX File
Download Oz Stock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Quickly check stock of Officeworks deals directly on the OzBargain website. This extension is not affiliated with Officeworks or OzBargain.
Extension Basic Information
Name | |
ID | jmgobilhbdlegmbknhpaoffekiflcmld |
Official URL | https://chrome.google.com/webstore/detail/oz-stock/jmgobilhbdlegmbknhpaoffekiflcmld |
Description | Check Officeworks product stock levels directly on OzBargain! |
File Size | 9.03 KB |
Installation Count | 131 |
Current Version | 3.0.0 |
Last Updated | 2021-03-25 |
Publish Date | 2020-11-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Vu |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |