Groupon Deals
Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
Co to jest Groupon Deals?
Groupon Deals to rozszerzenie Chrome opracowane przez chromeapps, a jego główną funkcją jest „Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Groupon Deals
Pobierz pliki rozszerzeń Groupon Deals w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pcjeifpbeokcmgepmmaolfkedlabgada |
Oficjalny URL | https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada |
Opis | Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city. |
Rozmiar pliku | 227 KB |
Liczba instalacji | 1,900 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2014-03-22 |
Data Publikacji | 2014-03-22 |
Ocena | 3.33/5 Łącznie 9 Oceny |
Deweloper | chromeapps |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://www.shoplify.net/info/privacy |
Obsługiwane Języki | 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 } |