Run Out Of Stock

Easy product monitoring and research

ما هو Run Out Of Stock؟

Run Out Of Stock هو إضافة Chrome تم تطويرها بواسطة https://runoutofstock.com، والميزة الرئيسية لها هي "Easy product monitoring and research".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Run Out Of Stock

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

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

                        Run out of stock extension for Amazon sellers. Quickly add your products and competitors for tracking and alerting right from Amazon website.                    

معلومات أساسية عن التمديد

الاسم Run Out Of Stock Run Out Of Stock
ID mighfodecddplpplmbjkngnnngjebfdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/run-out-of-stock/mighfodecddplpplmbjkngnnngjebfdl
الوصف Easy product monitoring and research
حجم الملف 712 KB
عدد التثبيتات 126
النسخة الحالية 1.1.0
آخر تحديث 2018-01-16
تاريخ النشر 2018-01-16
تقييم 5.00/5 مجموع تقييمات 2
المطور https://runoutofstock.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Run Out Of Stock",
    "description": "Easy product monitoring and research",
    "version": "1.1.0",
    "permissions": [
        "contextMenus",
        "notifications",
        "activeTab",
        "tabs",
        "cookies",
        "storage",
        "*:\/\/*.runoutofstock.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        "img\/amazon-icon.png"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}