买买买购物助手
购物省钱必备插件!
买买买购物助手란 무엇입니까?
买买买购物助手은(는) https://just998.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "购物省钱必备插件!"입니다.
확장 프로그램 스크린샷
买买买购物助手 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
一键查询 查询京东/苏宁不同地区是否有货和库存多少。 多平台价格 直接显示京东电脑端、移动端、 微信端不同平台的商品价格,一目了然,择低购买,做到最实惠。 一键扫码 通过“客户端扫码”和“微信扫码”,可以快速扫码访问,直达京东不同平台商品详细页面。 一键访问 主流电商详情页可以进行PC和WAP端相互切换,不再需要通过手机APP或者无线端查换商品编码,提高购物效率。 历史价格 主流电商提供价格趋势查询按钮,点击可以快速查看商品历史价格趋势。
확장 프로그램 기본 정보
이름 | 买买买购物助手 |
ID | ooelmejmbcmaenhjphbegoigejcpaijj |
공식 URL | https://chromewebstore.google.com/detail/%E4%B9%B0%E4%B9%B0%E4%B9%B0%E8%B4%AD%E7%89%A9%E5%8A%A9%E6%89%8B/ooelmejmbcmaenhjphbegoigejcpaijj |
설명 | 购物省钱必备插件! |
파일 크기 | 167 KB |
설치 횟수 | 3,000 |
현재 버전 | 3.9.8 |
최근 업데이트 | 2017-04-18 |
출시 날짜 | 2017-04-17 |
평점 | 3.67/5 총 12 개의 평점 |
개발자 | https://just998.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://just998.com/apps |
지원되는 언어 | zh-CN |
manifest.json | |
{ "name": "\u4e70\u4e70\u4e70\u8d2d\u7269\u52a9\u624b", "description": "\u8d2d\u7269\u7701\u94b1\u5fc5\u5907\u63d2\u4ef6\uff01", "version": "3.9.8", "manifest_version": 2, "homepage_url": "http:\/\/just998.com\/apps", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/just998_background.css" ], "js": [ "js\/jquery.js", "js\/content_script.js", "js\/jquery.qrcode.min.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/background.js", "js\/notification.js" ] }, "browser_action": { "default_icon": "images\/32.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "tabs" ] } |