lululemon Restock Alerts
Get a text when lululemon product is back in stock
What is lululemon Restock Alerts?
lululemon Restock Alerts is a Chrome extension developed by lululemonDrops, and its main feature is "Get a text when lululemon product is back in stock".
Extension Screenshots
Download lululemon Restock Alerts Extension CRX File
Download lululemon Restock Alerts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | kmdpdeghgiahpjeccjbpcjfdidhdknhk |
Official URL | https://chrome.google.com/webstore/detail/lululemon-restock-alerts/kmdpdeghgiahpjeccjbpcjfdidhdknhk |
Description | Get a text when lululemon product is back in stock |
File Size | 344 KB |
Installation Count | 37 |
Current Version | 1.0.7 |
Last Updated | 2021-07-17 |
Publish Date | 2021-03-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | lululemonDrops |
[email protected] | |
Payment Type | in_app |
Extension Website | https://lululemondrops.com/ |
Help Page URL | https://twitter.com/lululemon_drops |
Privacy Policy Page URL | https://lululemondrops.com/privacy-policy |
Supported Languages | 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\/*" ] } |