BigPiker - Get Cashback & Giftcard reminders

Unlock savings with BigPiker's Cashback Chrome Extension! Real-time alerts, effortless activation, and gift card reminders.

Qu'est-ce que BigPiker - Get Cashback & Giftcard reminders ?

BigPiker - Get Cashback & Giftcard reminders est une extension Chrome développée par https://maxbuzz.agency, et sa fonction principale est "Unlock savings with BigPiker's Cashback Chrome Extension! Real-time alerts, effortless activation, and gift card reminders.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BigPiker - Get Cashback & Giftcard reminders

Téléchargez les fichiers d'extension BigPiker - Get Cashback & Giftcard reminders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🌟 Elevate Your Savings with the BigPiker Cashback Chrome Extension! 🌟

Say hello to unprecedented savings and never miss out on your well-deserved rewards! Our cutting-edge Chrome extension, designed exclusively for BigPiker, is the ultimate companion for savvy shoppers seeking to maximize their savings and stay on top of their gift card game.

💸 Instant Cashback Bliss:
Experience the thrill of instant cashback as you shop online with the BigPiker Cashback Chrome Extension. Our extension ensures you are always in the loop with the latest and most lucrative cashback offers across a plethora of your favorite online stores. Saving money has never been this seamless and rewarding!

🎁 Gift Card Reminder Genius:
But that's not all – we go the extra mile to ensure you never miss out on your gift card benefits. Our intelligent Gift Card Reminder feature keeps you informed about impending gift card expirations. Bid farewell to the frustration of forgotten gift cards, and redeem your rewards before they slip away.

🚀 Key Features at Your Fingertips:
✅ Real-time Cashback Alerts: Stay in the know with instant notifications on available cashback offers while you browse your preferred online retailers.
✅ Effortless Activation: Enjoy hassle-free cashback activation – our extension automates the process, making sure you capitalize on every saving opportunity.
✅ Gift Card Expiry Notifications: Receive timely reminders about your gift cards nearing expiration, empowering you to utilize them before it's too late.

🌐 Simple Steps to Supercharged Savings:

Install the BigPiker Cashback Chrome Extension from the Chrome Web Store.
Shop as you normally would, and watch the extension work its magic behind the scenes.
Receive real-time alerts on cashback opportunities and stay ahead of gift card expirations.
🎉 Why settle for ordinary when you can experience extraordinary savings? Download the BigPiker Cashback Chrome Extension now and join the ranks of smart shoppers revolutionizing their online shopping journey.

🛍️ Maximize your savings, stay on top of your gift cards – with BigPiker, every purchase becomes a rewarding experience! 🚀✨                    

Informations de Base sur l'Extension

Nom BigPiker - Get Cashback & Giftcard reminders BigPiker - Get Cashback & Giftcard reminders
ID jopgjcohnhjilmmbpbdjidofdhjhkcno
URL Officiel https://chromewebstore.google.com/detail/bigpiker-get-cashback-gif/jopgjcohnhjilmmbpbdjidofdhjhkcno
Description Unlock savings with BigPiker's Cashback Chrome Extension! Real-time alerts, effortless activation, and gift card reminders.
Taille du Fichier 268 KB
Nombre d'Installations 15
Version Actuelle 1.2
Dernière Mise à Jour 2024-02-05
Date de Publication 2021-05-09
Développeur https://maxbuzz.agency
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.bigpiker.com
URL de la Page d'Aide https://www.bigpiker.com
URL de la Page de Politique de Confidentialité https://bigpiker.com/company/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigPiker - Get Cashback & Giftcard reminders ",
    "version": "1.2",
    "description": "Unlock savings with BigPiker's Cashback Chrome Extension! Real-time alerts, effortless activation, and gift card reminders.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background\/background.js",
        "type": "module"
    }
}