Buildapcsales Alert

Receive notification emails for new posts containing user-submitted keywords on /r/buildapcsales

Buildapcsales Alert란 무엇입니까?

Buildapcsales Alert은(는) ycanastra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive notification emails for new posts containing user-submitted keywords on /r/buildapcsales"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Buildapcsales Alert 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sends notification emails for the subreddit buildapcsales. Users can submit keywords and product names to search for specific products that they want to monitor. When a new post contains that keyword is submitted, it will immediately send a notification email to the user. This allows the users to not have to keep checking the subreddit for new products they want as well as allowing users a better chance to be able to purchase the product before it runs out of stock. 

The submitted are not case sensitive. If you submit "gtx970" as your keyword then then you will receive notification emails for any posts that contain "GTX970", "Gtx970", "gtx970" etc.                    

확장 프로그램 기본 정보

이름 Buildapcsales Alert Buildapcsales Alert
ID nkboikjbapipokcaobjlnebciedpehlj
공식 URL https://chrome.google.com/webstore/detail/buildapcsales-alert/nkboikjbapipokcaobjlnebciedpehlj
설명 Receive notification emails for new posts containing user-submitted keywords on /r/buildapcsales
파일 크기 284 KB
설치 횟수 377
현재 버전 0.0.3
최근 업데이트 2016-08-26
출시 날짜 2016-08-26
평점 5.00/5 총 7 개의 평점
개발자 ycanastra
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buildapcsales Alert",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Receive notification emails for new posts containing user-submitted keywords on \/r\/buildapcsales",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "src\/options\/options.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Add keyword",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/159.203.229.225\/buildapcsales-alert\/php\/*",
        "contextMenus",
        "storage"
    ]
}