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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://instock.org และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย In Stock

ดาวน์โหลดไฟล์ส่วนขยาย In Stock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}