Groupon Deals

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

Vad är Groupon Deals?

Groupon Deals är en Chrome-tillägg utvecklad av chromeapps, och dess huvudfunktion är "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Groupon Deals-förlängningens CRX-fil

Ladda ner Groupon Deals-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Groupon Deals Groupon Deals
ID pcjeifpbeokcmgepmmaolfkedlabgada
Officiell webbadress https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada
Beskrivning Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
Filstorlek 227 KB
Antal Installationer 1,900
Aktuell Version 1.0.0
Senast Uppdaterad 2014-03-22
Publiceringsdatum 2014-03-22
Betyg 3.33/5 Totalt 9 Betyg
Utvecklare chromeapps
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://www.shoplify.net/info/privacy
Stödda Språk 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
}