Groupon Deals

Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.

什么是Groupon Deals?

Groupon Deals是由chromeapps开发的Chrome扩展程序,该扩展的主要功能是“Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.”。

扩展截图

screenshot
screenshot
screenshot

下载Groupon Deals扩展crx文件

下载Groupon Deals扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Unofficial chrome extension for Groupon Deals by City in US. 

Groupon is an easy way to get huge discounts while discovering fun activities in your city. Our daily local deals consist of restaurants, spas, things to do, nightlife, massages, salons, hotels, and a whole lot more, in hundreds of cities across the world.                    

扩展基本信息

名称 Groupon Deals Groupon Deals
ID pcjeifpbeokcmgepmmaolfkedlabgada
官方URL https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada
简介 Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
文件大小 227 KB
安装次数 1,900
当前版本 1.0.0
更新时间 2014-03-22
上架时间 2014-03-22
评分 3.33/5 共9次评分
开发者 chromeapps
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://www.shoplify.net/info/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Groupon Deals",
    "description": "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.",
    "version": "1.0.0",
    "browser_action": {
        "default_title": "Groupon",
        "default_icon": "img\/icon32.png",
        "default_popup": "panel.html"
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.groupon.com\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/main.js"
        ]
    },
    "manifest_version": 2
}