lululemon Restock Alerts
Get a text when lululemon product is back in stock
lululemon Restock Alertsとは何ですか?
lululemon Restock AlertsはlululemonDropsによって開発されたChromeの拡張機能で、その主な機能は「Get a text when lululemon product is back in stock」です。
拡張機能のスクリーンショット
lululemon Restock Alerts拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } |