In Stock

Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today.

Co je In Stock?

In Stock je rozšíření Chrome vyvinuté https://instock.org, a jeho hlavní funkcí je „Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření In Stock

Stáhněte si soubory rozšíření In Stock ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Support local businesses with In Stock.

More than ever, your local businesses need your help. Find the same products you might buy online from a local retailer (often at lower prices).

Get what you need, today.

Why wait for 2-day shipping (or longer) when you could go pick it up today from a local store?

Locate those hard-to-find products.

Whether you need semolina flour for your homemade pasta or a special cord for your computer, we help you find it without having to call around.                    

Základní Informace o Rozšíření

Název In Stock In Stock
ID chgiobjpldacidandibpniboeeoclpgf
Oficiální URL https://chromewebstore.google.com/detail/in-stock/chgiobjpldacidandibpniboeeoclpgf
Popis Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today.
Velikost souboru 208 KB
Počet instalací 85
Aktuální Verze 1.4
Poslední Aktualizace 2021-02-03
Datum Vydání 2020-06-29
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://instock.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://instock.org
URL Stránky Nápovědy https://support.instock.org
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "In Stock",
    "description": "Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "superagent.min.js",
                "content.js"
            ],
            "all_frames": true,
            "css": [
                "main.css",
                "material-icons.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "instock_logo_square.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "instock_logo_square-16.png",
        "48": "instock_logo_square-48.png",
        "128": "instock_logo_square-128.png"
    },
    "permissions": [
        "https:\/\/wbvbg9rpyh.execute-api.us-west-2.amazonaws.com\/prod\/*",
        "https:\/\/www.amazon.com\/*"
    ]
}