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.”。

扩展截图

screenshot
screenshot

下载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 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"
    }
}