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”。
扩展截图
下载Buildapcsales Alert扩展crx文件
下载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" ] } |