In-stock Alerts (Beta)
Get alerted when an item gets back in-stock.
In-stock Alerts (Beta) là gì?
In-stock Alerts (Beta) là một tiện ích mở rộng Chrome được phát triển bởi Mahesh, và tính năng chính của nó là "Get alerted when an item gets back in-stock.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng In-stock Alerts (Beta)
Tải xuống các tệp mở rộng In-stock Alerts (Beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is in beta! The app notifies you when an item is back in-stock. Currently, the app supports Amazon.com, Sam's Club and Target with more retailers planned in the near future. In this version, Amazon.com has been added. Also, the alert only works for online deliveries (not for pick-up or drive-up)...yet. How to use the extension: 1. Install the extension from Chrome Store 2. Visit target.com, amazon.com or samsclub.com and when you come across a product that is not in stock, look for the "Notify Me" yellow button. 3. Mouseover the button and enter your email address to subscribe to back-in-stock alerts for that product. 4. Once you receive the alert email, you can click on the product and buy it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | In-stock Alerts (Beta) |
ID | pcdmjenfjbffehpfmmdbkbdbgllpnmac |
URL Chính Thức | https://chromewebstore.google.com/detail/in-stock-alerts-beta/pcdmjenfjbffehpfmmdbkbdbgllpnmac |
Mô tả | Get alerted when an item gets back in-stock. |
Kích Thước Tệp | 1.6 MB |
Số Lần Cài Đặt | 677 |
Phiên Bản Hiện Tại | 0.2.9 |
Cập Nhật Lần Cuối | 2020-10-22 |
Ngày Phát Hành | 2020-05-11 |
Đánh Giá | 1.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Mahesh |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.getinstockalerts.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "In-stock Alerts (Beta)", "version": "0.2.9", "description": "Get alerted when an item gets back in-stock.", "content_scripts": [ { "matches": [ "https:\/\/*.samsclub.com\/*", "https:\/\/*.target.com\/*", "https:\/\/*.cvs.com\/*", "https:\/\/*.amazon.com\/*" ], "css": [ "application.css" ], "js": [ "jquery.min.js", "content.js", "application.js" ], "web_accessible_resources": [ "logo.png" ], "permissions": [ "https:\/\/*.samsclub.com\/*", "https:\/\/*.target.com\/*", "https:\/\/*.cvs.com\/*", "https:\/\/*.amazon.com\/*" ] } ], "icons": { "128": "logo128.png" } } |