TotalReduc

TotalReduc, codes promo en temps-reel

Что такое TotalReduc?

TotalReduc - это расширение Chrome, разработанное Brittlestar, и его основная функция - "TotalReduc, codes promo en temps-reel".

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

screenshot
screenshot
screenshot

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

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

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

                        Vous surfez sur un site marchand ? TotalReduc recherche automatiquement les codes promotion disponibles.

Une bulle vous signale la disponibilité de codes promotion, cliquez sur l'icône et visualisez l'ensemble des codes détectés. Il ne vous reste plus qu'à utiliser le code promo de votre choix afin de bénéficiez de réductions, cadeaux, frais de port offerts...                    

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

Название TotalReduc TotalReduc
ID egagelncdlbjaeblmmoplbachdieihig
Официальный URL https://chrome.google.com/webstore/detail/totalreduc/egagelncdlbjaeblmmoplbachdieihig
Описание TotalReduc, codes promo en temps-reel
Размер файла 175 KB
Количество установок 270
Текущая Версия 3.4
Последнее Обновление 2014-12-21
Дата публикации 2014-12-21
Рейтинг 4.50/5 Всего 4 оценок
Разработчик Brittlestar
Тип оплаты free
URL страницы помощи https://brittlestar.fogbugz.com/default.asp?totalreduc-chrome
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "TotalReduc",
    "version": "3.4",
    "description": "TotalReduc, codes promo en temps-reel",
    "icons": {
        "48": "Euro48.png",
        "128": "Euro128.png"
    },
    "browser_action": {
        "default_icon": "Euro48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*.totalreduc.com\/*"
    ],
    "web_accessible_resources": [
        "Euro48.png"
    ],
    "background": {
        "page": "background.html"
    }
}