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 - это расширение Chrome, разработанное Rethink Loyalty, и его основная функция - "Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения FanCash+® Shopping button

Скачайте файлы расширений 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
Электронная почта [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"
}