Facile2Soutenir

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

ما هو Facile2Soutenir؟

Facile2Soutenir هو إضافة Chrome تم تطويرها بواسطة https://www.facile2soutenir.fr، والميزة الرئيسية لها هي "Soutenez gratuitement les projets et associations qui vous tiennent à cœur grâce à vos achats en ligne.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Facile2Soutenir

قم بتنزيل ملفات الامتداد Facile2Soutenir بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة http://www.facile2soutenir.fr/assistance/contact/
عنوان صفحة سياسة الخصوصية 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"
    }
}