Fluz for Chrome

Earn more with Fluz for Chrome.

Wat is Fluz for Chrome?

Fluz for Chrome is een Chrome-extensie ontwikkeld door https://fluz.app, en de belangrijkste functie is "Earn more with Fluz for Chrome.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Fluz for Chrome

Download Fluz for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Introducing Fluz’s browser extension! Earning cash back when you shop online just got easier.   

Use Fluz to pay and earn instant cash back every time you shop. Then invite your friends and earn when they shop too. 

Boost your cash back even more by stacking Fluz with hundreds of additional rewards options - including credit card rewards, other cash back programs, coupon finders and loyalty programs. Simply log into the extension from the account you created on the Fluz mobile app and start shopping. 

Shop your favorite stores, pay with Fluz and earn instant cash back all from the convenience of your desktop. 

Add the Fluz browser extension to Chrome, and try it today!                    

Basisinformatie over de Extensie

Naam Fluz for Chrome Fluz for Chrome
ID ndlpgahfphfkcikiianpmhgpoiginbec
Officiële URL https://chromewebstore.google.com/detail/fluz-for-chrome/ndlpgahfphfkcikiianpmhgpoiginbec
Beschrijving Earn more with Fluz for Chrome.
Bestandsgrootte 1.28 MB
Aantal Installaties 638
Huidige Versie 1.4.1
Laatst Bijgewerkt 2022-08-26
Publicatiedatum 2020-09-10
Beoordeling 5.00/5 Totaal 30 Beoordelingen
Ontwikkelaar https://fluz.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fluz.app/
Help Pagina-URL https://support.fluz.app/
URL van de Privacybeleid Pagina https://help.fluz.app/en/articles/5314918
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Earn more with Fluz for Chrome.",
    "version": "1.4.1",
    "manifest_version": 2,
    "name": "Fluz for Chrome",
    "icons": {
        "128": "icon-128.png"
    },
    "author": "Fluz",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentPreload.bundle.js"
            ]
        }
    ],
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "fluz-logo-full.svg",
        "*.png",
        "*.jpg",
        "*.woff",
        "riskifiedScript.bundle.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/beacon.riskified.com; object-src 'self'"
}