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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |