Oz Stock

Check Officeworks product stock levels directly on OzBargain!

ما هو Oz Stock؟

Oz Stock هو إضافة Chrome تم تطويرها بواسطة Vu، والميزة الرئيسية لها هي "Check Officeworks product stock levels directly on OzBargain!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Oz Stock

قم بتنزيل ملفات الامتداد Oz Stock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
            ]
        }
    ]
}