团购比价助手

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

团购比价助手란 무엇입니까?

团购比价助手은(는) Yumao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "自动比较同款团单在糯米、美团、大众点评等的价格。比一比,谁的价更美。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

团购比价助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 团购比价助手 团购比价助手
ID bhhgbhgioegjflkhmaemecemcicbgeoh
공식 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
설명 自动比较同款团单在糯米、美团、大众点评等的价格。比一比,谁的价更美。
파일 크기 65.47 KB
설치 횟수 52
현재 버전 0.6.3
최근 업데이트 2015-06-15
출시 날짜 2015-06-15
개발자 Yumao
결제 유형 free
지원되는 언어 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": [
        "*"
    ]
}