TotalReduc

TotalReduc, codes promo en temps-reel

Was ist TotalReduc?

TotalReduc ist eine Chrome-Erweiterung, die von Brittlestar entwickelt wurde, und ihr Hauptmerkmal ist "TotalReduc, codes promo en temps-reel".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TotalReduc-Erweiterungs-CRX-Datei herunterladen

Laden Sie TotalReduc-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name TotalReduc TotalReduc
ID egagelncdlbjaeblmmoplbachdieihig
Offizielle URL https://chrome.google.com/webstore/detail/totalreduc/egagelncdlbjaeblmmoplbachdieihig
Beschreibung TotalReduc, codes promo en temps-reel
Dateigröße 175 KB
Installationsanzahl 270
Aktuelle Version 3.4
Letztes Update 2014-12-21
Veröffentlichungsdatum 2014-12-21
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler Brittlestar
Zahlungsart free
Hilfeseite URL https://brittlestar.fogbugz.com/default.asp?totalreduc-chrome
Unterstützte Sprachen 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"
    }
}