开心折购物助手

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

What is 开心折购物助手?

开心折购物助手 is a Chrome extension developed by https://www.happyzhe.com, and its main feature is "最好用的返利助手,让返利无所遁形!".

Extension Screenshots

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

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

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

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

Extension Basic Information

Name 开心折购物助手 开心折购物助手
ID acaamclplaocnfddlcllkbeaelpipgkm
Official 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
Description 最好用的返利助手,让返利无所遁形!
File Size 152 KB
Installation Count 33
Current Version 1.0.1.2
Last Updated 2013-04-25
Publish Date 2013-04-25
Rating 4.14/5 Total 7 Ratings
Developer https://www.happyzhe.com
Payment Type free
Extension Website http://www.happyzhe.com
Help Page URL http://www.happyzhe.com/index.php?mod=help&act=index
Supported Languages 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
}