网购淘实惠 - 神价屋
全网神价监控,实时获取电商一手降价信息
What is 网购淘实惠 - 神价屋?
网购淘实惠 - 神价屋 is a Chrome extension developed by www.joyj.com, and its main feature is "全网神价监控,实时获取电商一手降价信息".
Extension Screenshots
Download 网购淘实惠 - 神价屋 Extension CRX File
Download 网购淘实惠 - 神价屋 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
帮助广大网友在第一时间发现京东,苏宁,易迅,国美等国内大型商城商品优惠降价的提醒工具。 我们专注于商品实时价格变动优惠,第一时间为你提醒,保证第一时间发现最热门的抢购。 2020.01.10 (v7.0.8) 重写登录模块,与网站无缝连接 2020.11.18 (v6.1.0) 可灵活设置弹窗时间 2020.08.23 (v6.0.2) 修复弹窗链接失效问题 2020.02.24 (v6.0.0) 更换推送接口,旧插件推送失效,请尽快升级
Extension Basic Information
Name | 网购淘实惠 - 神价屋 |
ID | elhigbhcfcgmbkfehmdhnpjmknlmakjl |
Official URL | https://chromewebstore.google.com/detail/%E7%BD%91%E8%B4%AD%E6%B7%98%E5%AE%9E%E6%83%A0-%E7%A5%9E%E4%BB%B7%E5%B1%8B/elhigbhcfcgmbkfehmdhnpjmknlmakjl |
Description | 全网神价监控,实时获取电商一手降价信息 |
File Size | 272 KB |
Installation Count | 330 |
Current Version | 7.0.8 |
Last Updated | 2021-03-20 |
Publish Date | 2020-04-28 |
Rating | 2.20/5 Total 5 Ratings |
Developer | www.joyj.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.joyj.com |
Privacy Policy Page URL | http://www.joyj.com/info/private |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u7f51\u8d2d\u6dd8\u5b9e\u60e0 - \u795e\u4ef7\u5c4b", "description": "\u5168\u7f51\u795e\u4ef7\u76d1\u63a7\uff0c\u5b9e\u65f6\u83b7\u53d6\u7535\u5546\u4e00\u624b\u964d\u4ef7\u4fe1\u606f", "author": "joyj.com", "manifest_version": 2, "version": "7.0.8", "homepage_url": "http:\/\/www.joyj.com", "background": { "persistent": true, "page": "background.html" }, "browser_action": { "default_icon": { "1703": "images\/logo_32.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' http:\/\/*.joyj.com https:\/\/*.joyj.com; object-src 'self'", "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "permissions": [ "notifications", "tabs", "activeTab", "*:\/\/*.joyj.com\/*" ], "web_accessible_resources": [ "*" ] } |