京价保 - 京东价保助手
京价保是一个监控京东商品价格变化,即时提供价保申请信息的浏览器插件
What is 京价保 - 京东价保助手?
京价保 - 京东价保助手 is a Chrome extension developed by https://jjb.im, 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
主要功能:
监控最近订单商品的价格变化,在商品降价时自动申请价格保护
京东商品价格走势图
监控购物车降价
本次更新:
1. 修复“购物车降价提醒”
2. 精简设置项
相关链接:
官方博客:https://blog.jjb.im
隐私条例:https://blog.jjb.im/policy.html Extension Basic Information
| Name | |
| ID | gfgkebiommjpiaomalcbfefimhhanlfd |
| Official URL | https://chromewebstore.google.com/detail/%E4%BA%AC%E4%BB%B7%E4%BF%9D-%E4%BA%AC%E4%B8%9C%E4%BB%B7%E4%BF%9D%E5%8A%A9%E6%89%8B/gfgkebiommjpiaomalcbfefimhhanlfd |
| Description | 京价保是一个监控京东商品价格变化,即时提供价保申请信息的浏览器插件 |
| File Size | 1.01 MB |
| Installation Count | 43,780 |
| Current Version | 2.10.1 |
| Last Updated | 2021-06-16 |
| Publish Date | 2020-06-15 |
| Rating | 4.56/5 Total 422 Ratings |
| Developer | https://jjb.im |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://jjb.im |
| Help Page URL | https://blog.jjb.im |
| Privacy Policy Page URL | https://blog.jjb.im/policy.html |
| Supported Languages | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u4eac\u4ef7\u4fdd - \u4eac\u4e1c\u4ef7\u4fdd\u52a9\u624b",
"short_name": "\u4eac\u4ef7\u4fdd",
"description": "\u4eac\u4ef7\u4fdd\u662f\u4e00\u4e2a\u76d1\u63a7\u4eac\u4e1c\u5546\u54c1\u4ef7\u683c\u53d8\u5316\uff0c\u5373\u65f6\u63d0\u4f9b\u4ef7\u4fdd\u7533\u8bf7\u4fe1\u606f\u7684\u6d4f\u89c8\u5668\u63d2\u4ef6",
"version": "2.10.1",
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": "static\/image\/jjb.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.jd.com\/*",
"*:\/\/*.jd.hk\/*"
],
"js": [
"static\/jquery.min.js",
"static\/content_script.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"run_at": "document_start",
"js": [
"static\/mobile_script.js"
],
"matches": [
"*:\/\/*.m.jd.com\/*",
"*:\/\/m.jr.jd.com\/*",
"*:\/\/wq.jd.com\/*",
"*:\/\/wqs.jd.com\/*",
"*:\/\/msitepp-fm.jd.com\/*"
],
"all_frames": true
},
{
"run_at": "document_end",
"js": [
"static\/priceChart.js"
],
"matches": [
"*:\/\/item.jd.com\/*",
"*:\/\/re.jd.com\/*"
]
}
],
"icons": {
"16": "static\/image\/16.png",
"48": "static\/image\/48.png",
"128": "static\/image\/128.png"
},
"web_accessible_resources": [
"static\/touch-emulator.js"
],
"permissions": [
"*:\/\/*.jd.com\/*",
"*:\/\/*.jd.hk\/*",
"webRequest",
"webRequestBlocking",
"alarms",
"contextMenus",
"notifications"
]
} | |