买买买购物助手

购物省钱必备插件!

Wat is 买买买购物助手?

买买买购物助手 is een Chrome-extensie ontwikkeld door https://just998.com, en de belangrijkste functie is "购物省钱必备插件!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 买买买购物助手

Download 买买买购物助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

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

Basisinformatie over de Extensie

Naam 买买买购物助手 买买买购物助手
ID ooelmejmbcmaenhjphbegoigejcpaijj
Officiële 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
Beschrijving 购物省钱必备插件!
Bestandsgrootte 167 KB
Aantal Installaties 3,000
Huidige Versie 3.9.8
Laatst Bijgewerkt 2017-04-18
Publicatiedatum 2017-04-17
Beoordeling 3.67/5 Totaal 12 Beoordelingen
Ontwikkelaar https://just998.com
Betalingswijze free
Extensiewebsite http://just998.com/apps
Ondersteunde Talen 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"
    ]
}