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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.fanatics.com/customer-help-desk/hd-1
عنوان صفحة سياسة الخصوصية 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"
}