TotalReduc
TotalReduc, codes promo en temps-reel
什么是TotalReduc?
TotalReduc是由Brittlestar开发的Chrome扩展程序,该扩展的主要功能是“TotalReduc, codes promo en temps-reel”。
扩展截图
下载TotalReduc扩展crx文件
下载TotalReduc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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...
扩展基本信息
名称 | |
ID | egagelncdlbjaeblmmoplbachdieihig |
官方URL | https://chrome.google.com/webstore/detail/totalreduc/egagelncdlbjaeblmmoplbachdieihig |
简介 | TotalReduc, codes promo en temps-reel |
文件大小 | 175 KB |
安装次数 | 270 |
当前版本 | 3.4 |
更新时间 | 2014-12-21 |
上架时间 | 2014-12-21 |
评分 | 4.50/5 共4次评分 |
开发者 | Brittlestar |
付费类型 | free |
帮助页面URL | https://brittlestar.fogbugz.com/default.asp?totalreduc-chrome |
支持的语言 | 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" } } |