CMesPaniers
Gérez et abonnez-vous simplement à vos paniers Cdiscount
CMesPaniers란 무엇입니까?
CMesPaniers은(는) bigEyEs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gérez et abonnez-vous simplement à vos paniers Cdiscount"입니다.
확장 프로그램 스크린샷
CMesPaniers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cmespaniers est une nouvelle application qui vous permettra d'avoir en même temps plusieurs paniers Cdiscount, de les conserver dans le temps et même de planifier leur récurrence. Elle répond ainsi au besoin d'abonnement, sans contrainte d'achat obligatoire et automatique. Vous pouvez gérer vos achats simplement et efficacement.
확장 프로그램 기본 정보
이름 | |
ID | fmfhjbcmakeebmfggmpnnbifnbcflbhe |
공식 URL | https://chrome.google.com/webstore/detail/cmespaniers/fmfhjbcmakeebmfggmpnnbifnbcflbhe |
설명 | Gérez et abonnez-vous simplement à vos paniers Cdiscount |
파일 크기 | 196 KB |
설치 횟수 | 18 |
현재 버전 | 1.5.2 |
최근 업데이트 | 2014-10-08 |
출시 날짜 | 2014-10-08 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | bigEyEs |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CMesPaniers", "description": "G\u00e9rez et abonnez-vous simplement \u00e0 vos paniers Cdiscount", "version": "1.5.2", "browser_action": { "default_icon": "cmpicon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "template\/js\/moment-2.2.1.js", "background.js" ] }, "icons": { "16": "cmpicon16.png", "48": "cmpicon48.png", "128": "cmpicon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.cdiscount.com\/*" ], "run_at": "document_end", "js": [ "jquery.js", "productSearch.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage" ] } |