Fluz for Chrome

Earn more with Fluz for Chrome.

What is Fluz for Chrome?

Fluz for Chrome is a Chrome extension developed by https://fluz.app, and its main feature is "Earn more with Fluz for Chrome.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Fluz for Chrome Extension CRX File

Download Fluz for Chrome 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

                        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!                    

Extension Basic Information

Name Fluz for Chrome Fluz for Chrome
ID ndlpgahfphfkcikiianpmhgpoiginbec
Official URL https://chromewebstore.google.com/detail/fluz-for-chrome/ndlpgahfphfkcikiianpmhgpoiginbec
Description Earn more with Fluz for Chrome.
File Size 1.28 MB
Installation Count 638
Current Version 1.4.1
Last Updated 2022-08-26
Publish Date 2020-09-10
Rating 5.00/5 Total 30 Ratings
Developer https://fluz.app
Email [email protected]
Payment Type free
Extension Website https://fluz.app/
Help Page URL https://support.fluz.app/
Privacy Policy Page URL https://help.fluz.app/en/articles/5314918
Supported Languages 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'"
}