Groupon Deals

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

Cos'è Groupon Deals?

Groupon Deals è un'estensione di Chrome sviluppata da chromeapps, e la sua funzione principale è "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Groupon Deals

Scarica i file di estensione Groupon Deals in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Groupon Deals Groupon Deals
ID pcjeifpbeokcmgepmmaolfkedlabgada
URL Ufficiale https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada
Descrizione Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
Dimensione del File 227 KB
Conteggio Installazioni 1,900
Versione Corrente 1.0.0
Ultimo Aggiornamento 2014-03-22
Data di Pubblicazione 2014-03-22
Valutazione 3.33/5 Totale 9 Valutazioni
Sviluppatore chromeapps
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.shoplify.net/info/privacy
Lingue Supportate 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
}