Fluz for Chrome

Earn more with Fluz for Chrome.

O que é Fluz for Chrome?

Fluz for Chrome é uma extensão do Chrome desenvolvida por https://fluz.app, e sua principal característica é "Earn more with Fluz for Chrome.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fluz for Chrome

Baixe arquivos de extensão Fluz for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Fluz for Chrome Fluz for Chrome
ID ndlpgahfphfkcikiianpmhgpoiginbec
URL Oficial https://chromewebstore.google.com/detail/fluz-for-chrome/ndlpgahfphfkcikiianpmhgpoiginbec
Descrição Earn more with Fluz for Chrome.
Tamanho do Arquivo 1.28 MB
Contagem de Instalações 638
Versão Atual 1.4.1
Última Atualização 2022-08-26
Data de Publicação 2020-09-10
Classificação 5.00/5 Total de 30 Avaliações
Desenvolvedor https://fluz.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fluz.app/
URL da Página de Ajuda https://support.fluz.app/
URL da Página de Política de Privacidade https://help.fluz.app/en/articles/5314918
Idiomas Suportados 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'"
}