In-stock Alerts (Beta)
Get alerted when an item gets back in-stock.
In-stock Alerts (Beta)とは何ですか?
In-stock Alerts (Beta)はMaheshによって開発されたChromeの拡張機能で、その主な機能は「Get alerted when an item gets back in-stock.」です。
拡張機能のスクリーンショット
In-stock Alerts (Beta)拡張機能のCRXファイルをダウンロード
In-stock Alerts (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | In-stock Alerts (Beta) |
ID | pcdmjenfjbffehpfmmdbkbdbgllpnmac |
公式URL | https://chromewebstore.google.com/detail/in-stock-alerts-beta/pcdmjenfjbffehpfmmdbkbdbgllpnmac |
説明 | Get alerted when an item gets back in-stock. |
ファイルサイズ | 1.6 MB |
インストール数 | 677 |
現在のバージョン | 0.2.9 |
最終更新日 | 2020-10-22 |
公開日 | 2020-05-11 |
評価 | 1.83/5 合計 6 レビュー |
開発者 | Mahesh |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.getinstockalerts.com/ |
対応言語 | 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" } } |