TotalReduc
TotalReduc, codes promo en temps-reel
Apa itu TotalReduc?
TotalReduc adalah ekstensi Chrome yang dikembangkan oleh Brittlestar, dan fitur utamanya adalah "TotalReduc, codes promo en temps-reel".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TotalReduc
Unduh file ekstensi TotalReduc dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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...
Informasi Dasar Ekstensi
Nama | |
ID | egagelncdlbjaeblmmoplbachdieihig |
URL Resmi | https://chrome.google.com/webstore/detail/totalreduc/egagelncdlbjaeblmmoplbachdieihig |
Deskripsi | TotalReduc, codes promo en temps-reel |
Ukuran File | 175 KB |
Jumlah Instalasi | 270 |
Versi Saat Ini | 3.4 |
Terakhir Diperbarui | 2014-12-21 |
Tanggal Publikasi | 2014-12-21 |
Penilaian | 4.50/5 Total 4 Penilaian |
Pengembang | Brittlestar |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://brittlestar.fogbugz.com/default.asp?totalreduc-chrome |
Bahasa yang Didukung | 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" } } |