Les Bons Achats - Offres Shopping

Les Bons Achats - Offres Shopping

Les Bons Achats - Offres Shopping란 무엇입니까?

Les Bons Achats - Offres Shopping은(는) http://www.bonsachats.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Les Bons Achats - Offres Shopping"입니다.

확장 프로그램 스크린샷

screenshot

Les Bons Achats - Offres Shopping 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        L'extension "Les Bons Achats" vous redirige vers des produits affiliés et ouvre des fenêtres de sites marchands pour vous aider à trouver les meilleurs achats sur Internet. Vous trouverez facilement les bons plans pour faciliter vos achats en ligne.                    

확장 프로그램 기본 정보

이름 Les Bons Achats - Offres Shopping Les Bons Achats - Offres Shopping
ID ccagdbjfjleeecjhnhgalggdhehpbajm
공식 URL https://chrome.google.com/webstore/detail/les-bons-achats-offres-sh/ccagdbjfjleeecjhnhgalggdhehpbajm
설명 Les Bons Achats - Offres Shopping
파일 크기 60.76 KB
설치 횟수 441
현재 버전 1.0.0
최근 업데이트 2016-12-27
출시 날짜 2016-12-27
평점 4.20/5 총 5 개의 평점
개발자 http://www.bonsachats.com
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/OngletWatcher.js",
            "\/js\/BackendManager.js",
            "\/js\/URI.min.js",
            "\/js\/jquery.min.js",
            "\/js\/background.js"
        ]
    },
    "description": "Les Bons Achats - Offres Shopping",
    "icons": {
        "24": "\/img\/logo-24.png",
        "128": "\/img\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "name": "Les Bons Achats - Offres Shopping",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}