Facile2Soutenir

Soutenez gratuitement les projets et associations qui vous tiennent à cœur grâce à vos achats en ligne.

Facile2Soutenir란 무엇입니까?

Facile2Soutenir은(는) https://www.facile2soutenir.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Soutenez gratuitement les projets et associations qui vous tiennent à cœur grâce à vos achats en ligne."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Facile2Soutenir 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        L'extension facile2soutenir est une application très simple qui vous permet de soutenir  les projets et associations qui vous tiennent à cœur facilement et gratuitement quand vous achetez en ligne.

Lorsque vous naviguez sur un site partenaire, elle vous prévient automatiquement que vous pouvez bénéficier de remboursements chez ce site et vous propose d'en profiter en un clic. Sans coût supplémentaire.
Elle vous donne également accès en un clic à votre compte sur facile2soutenir.fr, à la liste des marchands partenaires et à celle de vos marchands favoris.

Plusieurs centaines de marchands partenaires : Booking, SNCF, Conforama, PriceMinister, Groupon, Auchan, Carrefour, Orange … pour faire des achats solidaires !

Pour en savoir plus : www.facile2soutenir.fr

L'extension ne cause aucun ralentissement de votre ordinateur, ni aucun impact sur la navigation
Vous n'y trouverez aucune publicité
Votre vie privée est respectée : nous ne partageons, ni ne vendons aucune information vous concernant

Et surtout : n'hésitez pas à nous contacter si vous désirez inscrire votre association !                    

확장 프로그램 기본 정보

이름 Facile2Soutenir Facile2Soutenir
ID ocneihgafjlmmglcedbcfjbchihkclne
공식 URL https://chromewebstore.google.com/detail/facile2soutenir/ocneihgafjlmmglcedbcfjbchihkclne
설명 Soutenez gratuitement les projets et associations qui vous tiennent à cœur grâce à vos achats en ligne.
파일 크기 333 KB
설치 횟수 1,622
현재 버전 2.0.0
최근 업데이트 2018-10-12
출시 날짜 2018-10-12
평점 4.33/5 총 6 개의 평점
개발자 https://www.facile2soutenir.fr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.facile2soutenir.fr/application
도움말 페이지 URL http://www.facile2soutenir.fr/assistance/contact/
개인정보 보호 정책 페이지 URL http://www.facile2soutenir.fr/informations/confidentialite
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facile2Soutenir",
    "version": "2.0.0",
    "description": "Soutenez gratuitement les projets et associations qui vous tiennent \u00e0 c\u0153ur gr\u00e2ce \u00e0 vos achats en ligne.",
    "homepage_url": "http:\/\/www.facile2soutenir.fr\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "libs\/jquery.js",
                "libs\/jquery-no-conflict.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/backbone-no-conflict.js",
                "libs\/underscore-no-conflict.js",
                "libs\/jquery.qtip.min.js",
                "shared\/constants.js",
                "shared\/storage.js",
                "shared\/api.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/notification.js",
                "content\/notificationActivated.js",
                "content\/serp.js",
                "content\/serpHandler.js",
                "content\/cookie.js",
                "content\/content.js",
                "content\/scriptChecker.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Facile2Soutenir",
        "default_icon": "images\/18x18-grey.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "24": "images\/F2S-logo-24.png",
        "48": "images\/F2S-logo-48.png",
        "128": "images\/F2S-logo-128.png"
    }
}