FamilyCard

Familycard extension

What is FamilyCard?

FamilyCard is a Chrome extension developed by 4P Media, and its main feature is "Familycard extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download FamilyCard Extension CRX File

Download FamilyCard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Nederlands:
FamilyCard is een digitale klantenkaart waarmee je op je online aankopen korting krijgt in cash geld. Via deze extensie voor Google Chrome kan je in één klik je klantenkaart activeren, alvorens je een aankoop plaatst. De gespaarde kortingen kan je achteraf laten uitbetalen op je bankrekening.

Français:
La FamilyCard est une carte de fidélité gratuite qui vous offre une réduction en cash sur base de vos achats en ligne. Activez votre carte de fidélité en un seul clic avant de procéder à l'achat grâce à cette extension Google Chrome. Après, vous pouvez faire la demande de remboursement des réductions épargnées sur votre compte bancaire.

Privacy Policy op https://www.familycard.be/privacy-policy
Privacy Policy sur https://www.familycard.be/fr/privacy                    

Extension Basic Information

Name FamilyCard FamilyCard
ID jfkfmdmbmiiimfndnhkonmcalppajfhl
Official URL https://chromewebstore.google.com/detail/familycard/jfkfmdmbmiiimfndnhkonmcalppajfhl
Description Familycard extension
File Size 323 KB
Installation Count 9,775
Current Version 1.7.2
Last Updated 2022-07-15
Publish Date 2019-12-11
Rating 4.75/5 Total 4 Ratings
Developer 4P Media
Email [email protected]
Payment Type free
Extension Website https://www.familycard.be/privacy-policy
Help Page URL https://www.familycard.be/faq
Privacy Policy Page URL https://www.familycard.be/privacy-policy
Supported Languages en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FamilyCard",
    "description": "Familycard extension",
    "author": "Oleg Tolkach",
    "version": "1.7.2",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/30.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "30": "icons\/30.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "scripts": [
            "js\/vendor\/jquery.min.js",
            "js\/vendor\/moment.min.js",
            "js\/vendor\/base64.min.js",
            "js\/vendor\/psl.min.js",
            "js\/vendor\/lodash.min.js",
            "js\/const.js",
            "js\/apis\/FCApi.js",
            "js\/apis\/ECIMApi.js",
            "js\/helpers.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.min.css",
                "css\/select2.min.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/moment.min.js",
                "js\/vendor\/base64.min.js",
                "js\/vendor\/psl.min.js",
                "js\/vendor\/lodash.min.js",
                "js\/vendor\/select2.min.js",
                "js\/const.js",
                "js\/apis\/FCApi.js",
                "js\/apis\/ECIMApi.js",
                "js\/helpers.js",
                "js\/services\/FCService.js",
                "js\/services\/ECIMService.js",
                "js\/bars\/FCBar.js",
                "js\/bars\/ECIMBar.js",
                "js\/content.js"
            ]
        },
        {
            "js": [
                "js\/integrations\/google.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/google.com\/*",
                "https:\/\/www.google.be\/*",
                "https:\/\/google.be\/*"
            ]
        },
        {
            "js": [
                "js\/integrations\/familycard.js"
            ],
            "matches": [
                "https:\/\/www.familycard.be\/*",
                "https:\/\/familycard.be\/*"
            ]
        },
        {
            "js": [
                "js\/integrations\/ecim.js"
            ],
            "matches": [
                "https:\/\/www.everyclickismagic.be\/*",
                "https:\/\/everyclickismagic.be\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "webRequest",
        "management",
        "storage",
        "https:\/\/www.familycard.be\/",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/4pmedia.rurl.me\/*",
        ""
    ],
    "web_accessible_resources": [
        "html\/*",
        "img\/*"
    ]
}