lululemon Restock Alerts
Get a text when lululemon product is back in stock
Was ist lululemon Restock Alerts?
lululemon Restock Alerts ist eine Chrome-Erweiterung, die von lululemonDrops entwickelt wurde, und ihr Hauptmerkmal ist "Get a text when lululemon product is back in stock".
Erweiterungsscreenshots
lululemon Restock Alerts-Erweiterungs-CRX-Datei herunterladen
Laden Sie lululemon Restock Alerts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | kmdpdeghgiahpjeccjbpcjfdidhdknhk |
Offizielle URL | https://chrome.google.com/webstore/detail/lululemon-restock-alerts/kmdpdeghgiahpjeccjbpcjfdidhdknhk |
Beschreibung | Get a text when lululemon product is back in stock |
Dateigröße | 344 KB |
Installationsanzahl | 37 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2021-07-17 |
Veröffentlichungsdatum | 2021-03-25 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | lululemonDrops |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://lululemondrops.com/ |
Hilfeseite URL | https://twitter.com/lululemon_drops |
URL der Datenschutzrichtlinien-Seite | https://lululemondrops.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |