Nike - Notify Me
Be notified when your size is now available again.
Nike - Notify Meคืออะไร?
Nike - Notify Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Renaud Anney และคุณลักษณะหลักของมันคือ "Be notified when your size is now available again."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nike - Notify Me
ดาวน์โหลดไฟล์ส่วนขยาย 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! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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
} | |