Groupon Deals

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

Co je Groupon Deals?

Groupon Deals je rozšíření Chrome vyvinuté chromeapps, a jeho hlavní funkcí je „Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Groupon Deals

Stáhněte si soubory rozšíření Groupon Deals ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Groupon Deals Groupon Deals
ID pcjeifpbeokcmgepmmaolfkedlabgada
Oficiální URL https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada
Popis Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
Velikost souboru 227 KB
Počet instalací 1,900
Aktuální Verze 1.0.0
Poslední Aktualizace 2014-03-22
Datum Vydání 2014-03-22
Hodnocení 3.33/5 Celkem 9 Hodnocení
Vývojář chromeapps
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.shoplify.net/info/privacy
Podporované Jazyky 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
}