Beauty Reminder
This extension lets you mark products on MakeupGeek and Sephora that you should be notified of when they come back in stock.
Beauty Reminderとは何ですか?
Beauty Reminderはnoneshallpass123によって開発されたChromeの拡張機能で、その主な機能は「This extension lets you mark products on MakeupGeek and Sephora that you should be notified of when they come back in stock.」です。
拡張機能のスクリーンショット
Beauty Reminder拡張機能のCRXファイルをダウンロード
Beauty Reminder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
My beautiful wife is an aspiring makeup artist, so we buy from Sephora.com and MakeupGeek.com all the time, the only problem is that there are plenty of times that we go to buy something and it is out of stock. They usually have a "email me when this is back in stock" option, but we don't always check our email regularly, so sometimes we miss it :'( So, I created this plugin, which lets you know within 30 seconds of a product coming back in stock right in your browser. It works like this... 1.) Go to the page of a product you like, for example, http://www.sephora.com/everlasting-love-liquid-lipstick-P384954?skuId=1552413, which is currently out of stock at the time I'm writing this. 2.) Click on the extension icon and press the "Keep an eye on this" button, and do this for as many products as you want to keep an eye on from Sephora's website (not the mobile site), or MakeupGeek's website. 3.) Every 30 seconds the extension checks (in the background) on every product on the list to see if it is in stock, and if it is, the icon gets the word "New" on it. 4.) Spend money on awesome products that are In Stock ;) I hope you enjoy this and it makes your makeup buying a little more productive. If you like it, follow me on Tumblr. I don't know why, just follow me on tumblr http://newbgramming.tumblr.com/ ;)
拡張機能の基本情報
名前 | Beauty Reminder |
ID | ocgmidjloiindgkojkbkfejelppcjadd |
公式URL | https://chromewebstore.google.com/detail/beauty-reminder/ocgmidjloiindgkojkbkfejelppcjadd |
説明 | This extension lets you mark products on MakeupGeek and Sephora that you should be notified of when they come back in stock. |
ファイルサイズ | 133 KB |
インストール数 | 41 |
現在のバージョン | 1.43 |
最終更新日 | 2016-08-24 |
公開日 | 2016-02-29 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | noneshallpass123 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beauty Reminder", "description": "This extension lets you mark products on MakeupGeek and Sephora that you should be notified of when they come back in stock.", "manifest_version": 2, "version": "1.43", "icons": { "16": "images\/Shopping-Bag-16.png", "32": "images\/Shopping-Bag-32.png", "64": "images\/Shopping-Bag-64.png", "128": "images\/128.png", "256": "images\/Shopping-Bag-256.png" }, "permissions": [ "http:\/\/www.sephora.com\/*", "https:\/\/m.sephora.com\/*", "http:\/\/www.makeupgeek.com\/*", "storage", "tabs" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/Shopping-Bag-32.png", "default_popup": "popup.html" } } |