TotalReduc
TotalReduc, codes promo en temps-reel
Vad är TotalReduc?
TotalReduc är en Chrome-tillägg utvecklad av Brittlestar, och dess huvudfunktion är "TotalReduc, codes promo en temps-reel".
Tilläggsskärmbilder
Ladda ner TotalReduc-förlängningens CRX-fil
Ladda ner TotalReduc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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...
Grundläggande Information om Tillägg
Namn | |
ID | egagelncdlbjaeblmmoplbachdieihig |
Officiell webbadress | https://chrome.google.com/webstore/detail/totalreduc/egagelncdlbjaeblmmoplbachdieihig |
Beskrivning | TotalReduc, codes promo en temps-reel |
Filstorlek | 175 KB |
Antal Installationer | 270 |
Aktuell Version | 3.4 |
Senast Uppdaterad | 2014-12-21 |
Publiceringsdatum | 2014-12-21 |
Betyg | 4.50/5 Totalt 4 Betyg |
Utvecklare | Brittlestar |
Betalningssätt | free |
Hjälpsida URL | https://brittlestar.fogbugz.com/default.asp?totalreduc-chrome |
Stödda Språk | 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" } } |