Groupon Deals

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

What is Groupon Deals?

Groupon Deals is a Chrome extension developed by chromeapps, and its main feature is "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Groupon Deals Extension CRX File

Download Groupon Deals 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

                        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.                    

Extension Basic Information

Name Groupon Deals Groupon Deals
ID pcjeifpbeokcmgepmmaolfkedlabgada
Official URL https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada
Description Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
File Size 227 KB
Installation Count 1,900
Current Version 1.0.0
Last Updated 2014-03-22
Publish Date 2014-03-22
Rating 3.33/5 Total 9 Ratings
Developer chromeapps
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.shoplify.net/info/privacy
Supported Languages 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
}