Fluz for Chrome

Earn more with Fluz for Chrome.

Vad är Fluz for Chrome?

Fluz for Chrome är en Chrome-tillägg utvecklad av https://fluz.app, och dess huvudfunktion är "Earn more with Fluz for Chrome.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Fluz for Chrome-förlängningens CRX-fil

Ladda ner Fluz for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Fluz for Chrome Fluz for Chrome
ID ndlpgahfphfkcikiianpmhgpoiginbec
Officiell webbadress https://chromewebstore.google.com/detail/fluz-for-chrome/ndlpgahfphfkcikiianpmhgpoiginbec
Beskrivning Earn more with Fluz for Chrome.
Filstorlek 1.28 MB
Antal Installationer 638
Aktuell Version 1.4.1
Senast Uppdaterad 2022-08-26
Publiceringsdatum 2020-09-10
Betyg 5.00/5 Totalt 30 Betyg
Utvecklare https://fluz.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://fluz.app/
Hjälpsida URL https://support.fluz.app/
URL till Sekretesspolicy Sidan https://help.fluz.app/en/articles/5314918
Stödda Språk 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'"
}