FanCash+® Shopping button

Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again.

什麼是FanCash+® Shopping button?

FanCash+® Shopping button是由Rethink Loyalty開發的Chrome擴展程式,該擴展的主要功能是“Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again.”。

擴展截圖

screenshot
screenshot
screenshot

下載FanCash+® Shopping button擴展crx文件

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

擴展使用說明

                        Install the FanCash+® Shopping button – your go-to FanCash shortcut!
Get quick access to all of our FanCash offers at 1300+ stores with our Chrome extension.
- Get one-click access to cool brands and offers.
- Keep an eye on your balance and manage your account with ease.
- Find nearby offers from your favorite brands.

Install the FanCash+® Shopping button now and start scoring FanCash with just one click. Terms and Conditions apply.                    

擴展基本資訊

名稱 FanCash+® Shopping button FanCash+® Shopping button
ID kfamakbkffbepahnfnfdoompabmgoppe
官方網址 https://chromewebstore.google.com/detail/fancash+%C2%AE-shopping-button/kfamakbkffbepahnfnfdoompabmgoppe
簡介 Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again.
檔案大小 301 KB
安裝次數 1,568
目前版本 1.0.18
更新時間 2023-12-26
上架時間 2023-08-28
評分 5.00/5 共 1 次評分
開發者 Rethink Loyalty
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.fancashplus.com/
說明頁面URL https://www.fanatics.com/customer-help-desk/hd-1
隱私政策頁面URL https://www.fancashplus.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FanCash+\u00ae Shopping button",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/fancashplus.com\/*"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "google.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'"
    },
    "description": "Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again.",
    "version": "1.0.18"
}