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.”。
擴展截圖
下載In Stock擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | chgiobjpldacidandibpniboeeoclpgf |
| 官方網址 | 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\/*"
]
} | |