Clubic Bons Plans

« Clubic Bons Plans » compare les prix automatiquement lorsque vous surfez sur la page d’un produit chez un e-marchand.

Clubic Bons Plans란 무엇입니까?

Clubic Bons Plans은(는) http://clubic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "« Clubic Bons Plans » compare les prix automatiquement lorsque vous surfez sur la page d’un produit chez un e-marchand."입니다.

확장 프로그램 스크린샷

screenshot

Clubic Bons Plans 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        « Clubic Bons Plans » supporte plus de 1200 marchands en France (Parmi lesquels : Amazon, Darty, La Redoute, Auchan, PriceMinister, RueDuCommerce, Materiel.net, Conforama, Ubaldi, Pixmania, Grosbill, Micromania, La Fnac, Boulanger,etc). La 
barre de comparaison de prix ne s’affiche uniquement lorsque vous êtes sur la page d’un produit chez un e-marchand, vous profitez ainsi de la comparaison de prix automatique sans dispositif intrusif. Ne ratez plus une bonne affaire grâce aux notifications des #BonsPlans Clubic en temps réel !                    

확장 프로그램 기본 정보

이름 Clubic Bons Plans Clubic Bons Plans
ID cimkngfgknfjjgkebhifadphfcajlgnj
공식 URL https://chrome.google.com/webstore/detail/clubic-bons-plans/cimkngfgknfjjgkebhifadphfcajlgnj
설명 « Clubic Bons Plans » compare les prix automatiquement lorsque vous surfez sur la page d’un produit chez un e-marchand.
파일 크기 51.12 KB
설치 횟수 2,000
현재 버전 0.9
최근 업데이트 2016-01-05
출시 날짜 2016-01-05
평점 4.27/5 총 26 개의 평점
개발자 http://clubic.com
결제 유형 free
확장 프로그램 웹 사이트 http://bonsplans.clubic.com
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "26",
    "name": "Clubic Bons Plans",
    "short_name": "Clubic.com",
    "version": "0.9",
    "description": "\u00ab Clubic Bons Plans \u00bb compare les prix automatiquement lorsque vous surfez sur la page d\u2019un produit chez un e-marchand.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Clubic",
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "author": "Sourcefully.com",
    "background": {
        "scripts": [
            "js\/shoptimate-core.js",
            "js\/shoptimate-gcm.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "webNavigation",
        "gcm",
        "http:\/\/api.shoptimate.com\/*",
        "https:\/\/api.shoptimate.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}