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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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