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
公式URL 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
Eメール [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"
}