TotalReduc
TotalReduc, codes promo en temps-reel
What is TotalReduc?
TotalReduc is a Chrome extension developed by Brittlestar, and its main feature is "TotalReduc, codes promo en temps-reel".
Extension Screenshots
Download TotalReduc Extension CRX File
Download TotalReduc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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...
Extension Basic Information
Name | |
ID | egagelncdlbjaeblmmoplbachdieihig |
Official URL | https://chrome.google.com/webstore/detail/totalreduc/egagelncdlbjaeblmmoplbachdieihig |
Description | TotalReduc, codes promo en temps-reel |
File Size | 175 KB |
Installation Count | 270 |
Current Version | 3.4 |
Last Updated | 2014-12-21 |
Publish Date | 2014-12-21 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Brittlestar |
Payment Type | free |
Help Page URL | https://brittlestar.fogbugz.com/default.asp?totalreduc-chrome |
Supported Languages | 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" } } |