团购比价助手

自动比较同款团单在糯米、美团、大众点评等的价格。比一比,谁的价更美。

What is 团购比价助手?

团购比价助手 is a Chrome extension developed by Yumao, and its main feature is "自动比较同款团单在糯米、美团、大众点评等的价格。比一比,谁的价更美。".

Extension Screenshots

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

                        在您浏览糯米、美团、大众点评等团购网站时,『团购比价助手』将自动显示当前团单在全网的价格对比,助您轻松省钱。                    

Extension Basic Information

Name 团购比价助手 团购比价助手
ID bhhgbhgioegjflkhmaemecemcicbgeoh
Official URL https://chromewebstore.google.com/detail/%E5%9B%A2%E8%B4%AD%E6%AF%94%E4%BB%B7%E5%8A%A9%E6%89%8B/bhhgbhgioegjflkhmaemecemcicbgeoh
Description 自动比较同款团单在糯米、美团、大众点评等的价格。比一比,谁的价更美。
File Size 65.47 KB
Installation Count 52
Current Version 0.6.3
Last Updated 2015-06-15
Publish Date 2015-06-15
Developer Yumao
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u56e2\u8d2d\u6bd4\u4ef7\u52a9\u624b",
    "description": "\u81ea\u52a8\u6bd4\u8f83\u540c\u6b3e\u56e2\u5355\u5728\u7cef\u7c73\u3001\u7f8e\u56e2\u3001\u5927\u4f17\u70b9\u8bc4\u7b49\u7684\u4ef7\u683c\u3002\u6bd4\u4e00\u6bd4\uff0c\u8c01\u7684\u4ef7\u66f4\u7f8e\u3002",
    "version": "0.6.3",
    "icons": {
        "128": "asset\/common\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.nuomi.com\/deal\/*",
                "http:\/\/*.meituan.com\/deal\/*",
                "http:\/\/t.dianping.com\/deal\/*"
            ],
            "css": [
                "asset\/content\/trigger.css"
            ],
            "js": [
                "dep\/require.js",
                "dep\/jquery.js",
                "asset\/require\/require.js",
                "asset\/content\/content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/m1-vsarch-game.m1.baidu.com:8123\/*",
        "http:\/\/cj.nuomi.com\/*"
    ],
    "web_accessible_resources": [
        "*"
    ]
}