Groupon Deals

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

Что такое Groupon Deals?

Groupon Deals - это расширение Chrome, разработанное chromeapps, и его основная функция - "Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Groupon Deals

Скачайте файлы расширений Groupon Deals в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Groupon Deals Groupon Deals
ID pcjeifpbeokcmgepmmaolfkedlabgada
Официальный URL https://chrome.google.com/webstore/detail/groupon-deals/pcjeifpbeokcmgepmmaolfkedlabgada
Описание Groupon Deals App. Groupon is an easy way to get huge discounts while discovering fun activities in your city.
Размер файла 227 KB
Количество установок 1,900
Текущая Версия 1.0.0
Последнее Обновление 2014-03-22
Дата публикации 2014-03-22
Рейтинг 3.33/5 Всего 9 оценок
Разработчик chromeapps
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://www.shoplify.net/info/privacy
Поддерживаемые языки 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
}