In Stock

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

In Stock란 무엇입니까?

In Stock은(는) https://instock.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

In Stock 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 In Stock In Stock
ID chgiobjpldacidandibpniboeeoclpgf
공식 URL https://chromewebstore.google.com/detail/in-stock/chgiobjpldacidandibpniboeeoclpgf
설명 Find any product, in stock nearby. While you are shopping online, we will suggest nearby products that you can buy today.
파일 크기 208 KB
설치 횟수 85
현재 버전 1.4
최근 업데이트 2021-02-03
출시 날짜 2020-06-29
평점 5.00/5 총 5 개의 평점
개발자 https://instock.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://instock.org
도움말 페이지 URL https://support.instock.org
지원되는 언어 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\/*"
    ]
}