Buildapcsales Alert

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

Vad är Buildapcsales Alert?

Buildapcsales Alert är en Chrome-tillägg utvecklad av ycanastra, och dess huvudfunktion är "Receive notification emails for new posts containing user-submitted keywords on /r/buildapcsales".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Buildapcsales Alert-förlängningens CRX-fil

Ladda ner Buildapcsales Alert-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Buildapcsales Alert Buildapcsales Alert
ID nkboikjbapipokcaobjlnebciedpehlj
Officiell webbadress https://chrome.google.com/webstore/detail/buildapcsales-alert/nkboikjbapipokcaobjlnebciedpehlj
Beskrivning Receive notification emails for new posts containing user-submitted keywords on /r/buildapcsales
Filstorlek 284 KB
Antal Installationer 377
Aktuell Version 0.0.3
Senast Uppdaterad 2016-08-26
Publiceringsdatum 2016-08-26
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare ycanastra
Betalningssätt free
Stödda Språk 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"
    ]
}