Beauty Reminder

This extension lets you mark products on MakeupGeek and Sephora that you should be notified of when they come back in stock.

What is Beauty Reminder?

Beauty Reminder is a Chrome extension developed by noneshallpass123, and its main feature is "This extension lets you mark products on MakeupGeek and Sephora that you should be notified of when they come back in stock.".

Extension Screenshots

screenshot
screenshot

Download Beauty Reminder Extension CRX File

Download Beauty Reminder 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

                        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/ 
;)                    

Extension Basic Information

Name Beauty Reminder Beauty Reminder
ID ocgmidjloiindgkojkbkfejelppcjadd
Official URL https://chromewebstore.google.com/detail/beauty-reminder/ocgmidjloiindgkojkbkfejelppcjadd
Description This extension lets you mark products on MakeupGeek and Sephora that you should be notified of when they come back in stock.
File Size 133 KB
Installation Count 41
Current Version 1.43
Last Updated 2016-08-24
Publish Date 2016-02-29
Rating 3.50/5 Total 4 Ratings
Developer noneshallpass123
Payment Type free
Supported Languages 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"
    }
}