Nike - Notify Me
Be notified when your size is now available again.
Nike - Notify Meとは何ですか?
Nike - Notify MeはRenaud Anneyによって開発されたChromeの拡張機能で、その主な機能は「Be notified when your size is now available again.」です。
拡張機能のスクリーンショット
Nike - Notify Me拡張機能のCRXファイルをダウンロード
Nike - Notify Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Nike Store - www.nike.com : Right Click on your size and get notified if your product comes back in stock — it's easy! Clic droit sur votre taille ou pointure et vous serez notifié lorsque le produit sera de nouveau disponible ! Haga clic derecho en su talla y reciba una notificación si su producto vuelve a estar disponible, ¡es fácil!
拡張機能の基本情報
名前 | Nike - Notify Me |
ID | hnajjdkmjekcoclmnmockmblibnmkbdb |
公式URL | https://chromewebstore.google.com/detail/nike-notify-me/hnajjdkmjekcoclmnmockmblibnmkbdb |
説明 | Be notified when your size is now available again. |
ファイルサイズ | 47.51 KB |
インストール数 | 1,910 |
現在のバージョン | 1.0 |
最終更新日 | 2020-05-05 |
公開日 | 2020-05-05 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | Renaud Anney |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nike - Notify Me", "version": "1.0", "description": "Be notified when your size is now available again.", "permissions": [ "contextMenus", "storage", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.nike.com\/*" ], "js": [ "content.js" ] } ], "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "default_popup": "options.html" }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |