TotalReduc

TotalReduc, codes promo en temps-reel

Co to jest TotalReduc?

TotalReduc to rozszerzenie Chrome opracowane przez Brittlestar, a jego główną funkcją jest „TotalReduc, codes promo en temps-reel”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TotalReduc

Pobierz pliki rozszerzeń TotalReduc 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

                        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...                    

Podstawowe informacje o rozszerzeniu

Nazwa TotalReduc TotalReduc
ID egagelncdlbjaeblmmoplbachdieihig
Oficjalny URL https://chrome.google.com/webstore/detail/totalreduc/egagelncdlbjaeblmmoplbachdieihig
Opis TotalReduc, codes promo en temps-reel
Rozmiar pliku 175 KB
Liczba instalacji 270
Aktualna Wersja 3.4
Ostatnia Aktualizacja 2014-12-21
Data Publikacji 2014-12-21
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper Brittlestar
Typ Płatności free
Adres URL Strony Pomocy https://brittlestar.fogbugz.com/default.asp?totalreduc-chrome
Obsługiwane Języki 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"
    }
}