Groupon Deals

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

Wat is Groupon Deals?

Groupon Deals is een Chrome-extensie ontwikkeld door chromeapps, en de belangrijkste functie is "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Groupon Deals

Download Groupon Deals-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Groupon Deals Groupon Deals
ID pcjeifpbeokcmgepmmaolfkedlabgada
Officiële URL https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada
Beschrijving Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
Bestandsgrootte 227 KB
Aantal Installaties 1,900
Huidige Versie 1.0.0
Laatst Bijgewerkt 2014-03-22
Publicatiedatum 2014-03-22
Beoordeling 3.33/5 Totaal 9 Beoordelingen
Ontwikkelaar chromeapps
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.shoplify.net/info/privacy
Ondersteunde Talen 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
}