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 |
官方網址 | 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 } |