开心折购物助手

最好用的返利助手,让返利无所遁形!

Wat is 开心折购物助手?

开心折购物助手 is een Chrome-extensie ontwikkeld door https://www.happyzhe.com, en de belangrijkste functie is "最好用的返利助手,让返利无所遁形!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
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

                        通过开心折助手,您可以在淘宝购物时,直接获取宝贝的返利信息,让省钱和折扣无处不在!

安全:开心折助手完全使用淘宝的登陆接口,无需输入您的淘宝密码,绝对安全。
方便:一次安装,返利相伴!在正常浏览淘宝页面的时候即可方便获取返现信息。
快捷:提取返现无须等待,提取现金后24小时内即可到账。
智能:淘宝购物中,智能提示具有返现的相关宝贝,让您的决定更加明智!

网站地址:http://www.happyzhe.com
返利教程:http://www.happyzhe.com/index.php?mod=download&act=index#usage                    

Basisinformatie over de Extensie

Naam 开心折购物助手 开心折购物助手
ID acaamclplaocnfddlcllkbeaelpipgkm
Officiële URL https://chromewebstore.google.com/detail/%E5%BC%80%E5%BF%83%E6%8A%98%E8%B4%AD%E7%89%A9%E5%8A%A9%E6%89%8B/acaamclplaocnfddlcllkbeaelpipgkm
Beschrijving 最好用的返利助手,让返利无所遁形!
Bestandsgrootte 152 KB
Aantal Installaties 33
Huidige Versie 1.0.1.2
Laatst Bijgewerkt 2013-04-25
Publicatiedatum 2013-04-25
Beoordeling 4.14/5 Totaal 7 Beoordelingen
Ontwikkelaar https://www.happyzhe.com
Betalingswijze free
Extensiewebsite http://www.happyzhe.com
Help Pagina-URL http://www.happyzhe.com/index.php?mod=help&act=index
Ondersteunde Talen zh-CN
manifest.json
{
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "default_locale": "zh_CN",
    "homepage_url": "http:\/\/www.happyzhe.com",
    "version": "1.0.1.2",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/buttons.png",
        "images\/icon30.png",
        "images\/loading.gif"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u6700\u597d\u7528\u7684\u8fd4\u5229\u52a9\u624b\uff0c\u8ba9\u8fd4\u5229\u65e0\u6240\u9041\u5f62\uff01",
    "name": "\u5f00\u5fc3\u6298\u8d2d\u7269\u52a9\u624b",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*.happyzhe.com\/"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*"
            ],
            "all_frames": false,
            "js": [
                "lib\/jquery-2.0.0.min.js",
                "lib\/modaldialog.js",
                "javascript\/debug.js",
                "javascript\/util.js",
                "javascript\/taobao\/taobao-util.js",
                "javascript\/taobao\/setting-dialog.js",
                "javascript\/taobao\/pattern.js",
                "javascript\/taobao\/engine-product.js",
                "javascript\/taobao\/engine.js"
            ],
            "run_at": "document_end",
            "css": [
                "stylesheet\/bootstrap.cus.css",
                "stylesheet\/content.css"
            ]
        }
    ],
    "manifest_version": 2
}