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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://twitter.com/lululemon_drops |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |