lululemon Restock Alerts
Get a text when lululemon product is back in stock
lululemon Restock Alertsคืออะไร?
lululemon Restock Alerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lululemonDrops และคุณลักษณะหลักของมันคือ "Get a text when lululemon product is back in stock"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย lululemon Restock Alerts
ดาวน์โหลดไฟล์ส่วนขยาย lululemon Restock Alerts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save money by getting notified when lululemon price drops and get the gear you want by receiving an immediate text the gear you want is back in stock. Check out our website for a mobile friendly version! Now just text us a product link! https://lululemondrops.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kmdpdeghgiahpjeccjbpcjfdidhdknhk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lululemon-restock-alerts/kmdpdeghgiahpjeccjbpcjfdidhdknhk |
คำอธิบาย | Get a text when lululemon product is back in stock |
ขนาดไฟล์ | 344 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2021-07-17 |
วันที่เผยแพร่ | 2021-03-25 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | lululemonDrops |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://lululemondrops.com/ |
URL หน้าช่วยเหลือ | https://twitter.com/lululemon_drops |
URL หน้านโยบายความเป็นส่วนตัว | https://lululemondrops.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lululemon Restock Alerts", "description": "Get a text when lululemon product is back in stock", "version": "1.0.7", "homepage_url": "https:\/\/lululemondrops.com\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "logo.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "favicon.png", "default_title": "Get a text when lululemon product is back in stock" }, "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/shop.lululemon.com\/*" ], "all_frames": true, "js": [ ".\/jquery.js", ".\/content.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/lulu-backend.onrender.com\/* https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "web_accessible_resources": [ "index.html", "\/static\/*" ] } |