买买买购物助手

购物省钱必备插件!

What is 买买买购物助手?

买买买购物助手 is a Chrome extension developed by https://just998.com, and its main feature is "购物省钱必备插件!".

Extension Screenshots

screenshot

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

                        一键查询
查询京东/苏宁不同地区是否有货和库存多少。

多平台价格
直接显示京东电脑端、移动端、 微信端不同平台的商品价格,一目了然,择低购买,做到最实惠。

一键扫码
通过“客户端扫码”和“微信扫码”,可以快速扫码访问,直达京东不同平台商品详细页面。

一键访问
主流电商详情页可以进行PC和WAP端相互切换,不再需要通过手机APP或者无线端查换商品编码,提高购物效率。

历史价格
主流电商提供价格趋势查询按钮,点击可以快速查看商品历史价格趋势。                    

Extension Basic Information

Name 买买买购物助手 买买买购物助手
ID ooelmejmbcmaenhjphbegoigejcpaijj
Official 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
Description 购物省钱必备插件!
File Size 167 KB
Installation Count 3,000
Current Version 3.9.8
Last Updated 2017-04-18
Publish Date 2017-04-17
Rating 3.67/5 Total 12 Ratings
Developer https://just998.com
Payment Type free
Extension Website http://just998.com/apps
Supported Languages 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"
    ]
}