Buildapcsales Alert

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

Buildapcsales Alert क्या है?

Buildapcsales Alert ycanastra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive notification emails for new posts containing user-submitted keywords on /r/buildapcsales"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Buildapcsales Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}