Run Out Of Stock

Easy product monitoring and research

Was ist Run Out Of Stock?

Run Out Of Stock ist eine Chrome-Erweiterung, die von https://runoutofstock.com entwickelt wurde, und ihr Hauptmerkmal ist "Easy product monitoring and research".

Erweiterungsscreenshots

screenshot
screenshot

Run Out Of Stock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Run Out Of Stock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Run Out Of Stock Run Out Of Stock
ID mighfodecddplpplmbjkngnnngjebfdl
Offizielle URL https://chromewebstore.google.com/detail/run-out-of-stock/mighfodecddplpplmbjkngnnngjebfdl
Beschreibung Easy product monitoring and research
Dateigröße 712 KB
Installationsanzahl 126
Aktuelle Version 1.1.0
Letztes Update 2018-01-16
Veröffentlichungsdatum 2018-01-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://runoutofstock.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}