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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Activate offers and get FanCash directly from 1300+ store sites with one click and never miss out on FanCash again."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FanCash+® Shopping button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
}