FamilyCard.nl

Familycard.nl extension

What is FamilyCard.nl?

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

Extension Screenshots

screenshot
screenshot
screenshot

Download FamilyCard.nl Extension CRX File

Download FamilyCard.nl 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

                        FamilyCard.nl is een webshop klantenkaart waarbij leden korting krijgen in cash geld, na het plaatsen van een aankoop bij een van de deelnemende webshops. 

Via deze extensie kan je in één klik je klantenkaart activeren, alvorens je een aankoop plaatst bij een van de deelnemende webshops.

Bij alle deelnemende webshops, krijg je dankzij deze gratis FamilyCard.nl extensie een herinnering. En zo vergeet je nooit meer om je klantenkaart te activeren.                    

Extension Basic Information

Name FamilyCard.nl FamilyCard.nl
ID jokbfognjdoakedpcbaenokchigigeoa
Official URL https://chromewebstore.google.com/detail/familycardnl/jokbfognjdoakedpcbaenokchigigeoa
Description Familycard.nl extension
File Size 323 KB
Installation Count 191
Current Version 1.7.2
Last Updated 2022-07-15
Publish Date 2019-12-11
Developer 4P Media
Email [email protected]
Payment Type free
Extension Website https://www.familycard.nl/
Help Page URL https://www.familycard.nl/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.nl",
    "description": "Familycard.nl 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.nl\/*",
                "https:\/\/google.nl\/*"
            ]
        },
        {
            "js": [
                "js\/integrations\/familycard.js"
            ],
            "matches": [
                "https:\/\/www.familycard.nl\/*",
                "https:\/\/familycard.nl\/*"
            ]
        },
        {
            "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.nl\/",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/4pmedia.rurl.me\/*",
        ""
    ],
    "web_accessible_resources": [
        "html\/*",
        "img\/*"
    ]
}