Run Out Of Stock

Easy product monitoring and research

Run Out Of Stockとは何ですか?

Run Out Of Stockはhttps://runoutofstock.comによって開発されたChromeの拡張機能で、その主な機能は「Easy product monitoring and research」です。

拡張機能のスクリーンショット

screenshot
screenshot

Run Out Of Stock拡張機能のCRXファイルをダウンロード

Run Out Of Stock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}