TotalReduc
TotalReduc, codes promo en temps-reel
TotalReduc란 무엇입니까?
TotalReduc은(는) Brittlestar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TotalReduc, codes promo en temps-reel"입니다.
확장 프로그램 스크린샷
TotalReduc 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |