Fluz for Chrome

Earn more with Fluz for Chrome.

Apa itu Fluz for Chrome?

Fluz for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://fluz.app, dan fitur utamanya adalah "Earn more with Fluz for Chrome.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fluz for Chrome

Unduh file ekstensi Fluz for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Fluz for Chrome Fluz for Chrome
ID ndlpgahfphfkcikiianpmhgpoiginbec
URL Resmi https://chromewebstore.google.com/detail/fluz-for-chrome/ndlpgahfphfkcikiianpmhgpoiginbec
Deskripsi Earn more with Fluz for Chrome.
Ukuran File 1.28 MB
Jumlah Instalasi 638
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2022-08-26
Tanggal Publikasi 2020-09-10
Penilaian 5.00/5 Total 30 Penilaian
Pengembang https://fluz.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://fluz.app/
URL Halaman Bantuan https://support.fluz.app/
URL Halaman Kebijakan Privasi https://help.fluz.app/en/articles/5314918
Bahasa yang Didukung 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'"
}