lululemon Restock Alerts
Get a text when lululemon product is back in stock
Wat is lululemon Restock Alerts?
lululemon Restock Alerts is een Chrome-extensie ontwikkeld door lululemonDrops, en de belangrijkste functie is "Get a text when lululemon product is back in stock".
Extensie Screenshots
Download het CRX-bestand van de extensie lululemon Restock Alerts
Download lululemon Restock Alerts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | kmdpdeghgiahpjeccjbpcjfdidhdknhk |
Officiële URL | https://chrome.google.com/webstore/detail/lululemon-restock-alerts/kmdpdeghgiahpjeccjbpcjfdidhdknhk |
Beschrijving | Get a text when lululemon product is back in stock |
Bestandsgrootte | 344 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2021-07-17 |
Publicatiedatum | 2021-03-25 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | lululemonDrops |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://lululemondrops.com/ |
Help Pagina-URL | https://twitter.com/lululemon_drops |
URL van de Privacybeleid Pagina | https://lululemondrops.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |