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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}