Run Out Of Stock

Easy product monitoring and research

What is Run Out Of Stock?

Run Out Of Stock is a Chrome extension developed by https://runoutofstock.com, and its main feature is "Easy product monitoring and research".

Extension Screenshots

screenshot
screenshot

Download Run Out Of Stock Extension CRX File

Download Run Out Of 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

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

Extension Basic Information

Name Run Out Of Stock Run Out Of Stock
ID mighfodecddplpplmbjkngnnngjebfdl
Official URL https://chromewebstore.google.com/detail/run-out-of-stock/mighfodecddplpplmbjkngnnngjebfdl
Description Easy product monitoring and research
File Size 712 KB
Installation Count 126
Current Version 1.1.0
Last Updated 2018-01-16
Publish Date 2018-01-16
Rating 5.00/5 Total 2 Ratings
Developer https://runoutofstock.com
Payment Type free
Supported Languages 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"
    }
}