Buildapcsales Alert

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

Buildapcsales Alertคืออะไร?

Buildapcsales Alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ycanastra และคุณลักษณะหลักของมันคือ "Receive notification emails for new posts containing user-submitted keywords on /r/buildapcsales"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buildapcsales Alert

ดาวน์โหลดไฟล์ส่วนขยาย Buildapcsales Alert ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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