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 } |