Fluz for Chrome

Earn more with Fluz for Chrome.

什麼是Fluz for Chrome?

Fluz for Chrome是由https://fluz.app開發的Chrome擴展程式,該擴展的主要功能是“Earn more with Fluz for Chrome.”。

擴展截圖

screenshot
screenshot
screenshot

下載Fluz for Chrome擴展crx文件

下載Fluz for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Fluz for Chrome Fluz for Chrome
ID ndlpgahfphfkcikiianpmhgpoiginbec
官方網址 https://chromewebstore.google.com/detail/fluz-for-chrome/ndlpgahfphfkcikiianpmhgpoiginbec
簡介 Earn more with Fluz for Chrome.
檔案大小 1.28 MB
安裝次數 638
目前版本 1.4.1
更新時間 2022-08-26
上架時間 2020-09-10
評分 5.00/5 共 30 次評分
開發者 https://fluz.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fluz.app/
說明頁面URL https://support.fluz.app/
隱私政策頁面URL https://help.fluz.app/en/articles/5314918
支援的語言 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'"
}