Run Out Of Stock

Easy product monitoring and research

Run Out Of Stock क्या है?

Run Out Of Stock https://runoutofstock.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy product monitoring and research"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Run Out Of Stock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}