InStock Notifier
This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added…
InStock Notifierとは何ですか?
InStock NotifierはRaptorTek LLCによって開発されたChromeの拡張機能で、その主な機能は「This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added…」です。
拡張機能のスクリーンショット
InStock Notifier拡張機能のCRXファイルをダウンロード
InStock Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added audible alerts
拡張機能の基本情報
名前 | InStock Notifier |
ID | jifgfhnpdnjncdkohddldadedmgabnpn |
公式URL | https://chromewebstore.google.com/detail/instock-notifier/jifgfhnpdnjncdkohddldadedmgabnpn |
説明 | This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added… |
ファイルサイズ | 166 KB |
インストール数 | 87 |
現在のバージョン | 1.0.4 |
最終更新日 | 2017-03-26 |
公開日 | 2017-03-25 |
評価 | 3.75/5 合計 4 レビュー |
開発者 | RaptorTek LLC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InStock Notifier", "description": "", "version": "1.0.4", "options_page": "help.html", "icons": { "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "alarms", "notifications" ], "background": { "scripts": [ "\/vendors\/jquery.js", "\/vendors\/vendor.js", "\/vendors\/amazonPrimeNow.js", "\/vendors\/target.js", "\/vendors\/toysRUs.js", "\/vendors\/walmart.js", "\/classes\/helpers.js", "\/classes\/appMessage.js", "\/classes\/worker.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |