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