FanCash+® Shopping button

Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again.

Cos'è FanCash+® Shopping button?

FanCash+® Shopping button è un'estensione di Chrome sviluppata da Rethink Loyalty, e la sua funzione principale è "Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FanCash+® Shopping button

Scarica i file di estensione FanCash+® Shopping button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Install the FanCash+® Shopping button – your go-to FanCash shortcut!
Get quick access to all of our FanCash offers at 1300+ stores with our Chrome extension.
- Get one-click access to cool brands and offers.
- Keep an eye on your balance and manage your account with ease.
- Find nearby offers from your favorite brands.

Install the FanCash+® Shopping button now and start scoring FanCash with just one click. Terms and Conditions apply.                    

Informazioni di Base sull'Estensione

Nome FanCash+® Shopping button FanCash+® Shopping button
ID kfamakbkffbepahnfnfdoompabmgoppe
URL Ufficiale https://chromewebstore.google.com/detail/fancash+%C2%AE-shopping-button/kfamakbkffbepahnfnfdoompabmgoppe
Descrizione Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again.
Dimensione del File 301 KB
Conteggio Installazioni 1,568
Versione Corrente 1.0.18
Ultimo Aggiornamento 2023-12-26
Data di Pubblicazione 2023-08-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Rethink Loyalty
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.fancashplus.com/
URL della Pagina di Aiuto https://www.fanatics.com/customer-help-desk/hd-1
URL della Pagina della Politica sulla Privacy https://www.fancashplus.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FanCash+\u00ae Shopping button",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/fancashplus.com\/*"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "google.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'"
    },
    "description": "Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again.",
    "version": "1.0.18"
}