Groupon Deals

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

Hvad er Groupon Deals?

Groupon Deals er en Chrome-udvidelse udviklet af chromeapps, og dens hovedfunktion er "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Groupon Deals-udvidelses-CRX-fil

Download Groupon Deals-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Groupon Deals Groupon Deals
ID pcjeifpbeokcmgepmmaolfkedlabgada
Officiel URL https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada
Beskrivelse Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
Filstørrelse 227 KB
Antal Installationer 1,900
Nuværende Version 1.0.0
Senest Opdateret 2014-03-22
Udgivelsesdato 2014-03-22
Bedømmelse 3.33/5 Samlet 9 Bedømmelser
Udvikler chromeapps
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://www.shoplify.net/info/privacy
Understøttede Sprog 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
}