CardPointers X: Credit Card Rewards Made Easy

Maximize your Amex/Chase offers, cashback & all of your credit card rewards on every site.

CardPointers X: Credit Card Rewards Made Easy क्या है?

CardPointers X: Credit Card Rewards Made Easy https://cardpointers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maximize your Amex/Chase offers, cashback & all of your credit card rewards on every site."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में CardPointers X: Credit Card Rewards Made Easy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Love saving money? CardPointers helps you get the most out of your credit card offers and category bonuses, automatically.

Auto-add every one of your Amex, Chase, BoA, and Citi offers with CardPointers, and then the extension will help you use them, automatically.

Everyone loves Amex and Chase Offers, but they're normally a pain to activate, one by one -- now you can automatically activate every offer as soon as you log in -- even the same offer across multiple eligible cards, all without having to ever share your bank logins.

CardPointers also gives you a new way to view all of the offers across all of your cards, sort and filter every one of them by value, minimum spend, category, and more, and activate just the ones you want with a single click -- you're always in control.

Do you keep forgetting to use your offers or never remember which credit card to use to earn more points when you're shopping online? Now any time you're on a website where you have an activated offer or a category bonus on your card, you'll see all of the offer & card details floating on the bottom of the site in the Shopping Pointers bar so you'll know which card to use, automatically.

It's never been easier to save money -- most users save over $750 per year!                    

एक्सटेंशन की मूल जानकारी

नाम CardPointers X: Credit Card Rewards Made Easy CardPointers X: Credit Card Rewards Made Easy
ID hlambnnbnnjkabpgemeompijpdliimkm
आधिकारिक URL https://chromewebstore.google.com/detail/cardpointers-x-credit-car/hlambnnbnnjkabpgemeompijpdliimkm
विवरण Maximize your Amex/Chase offers, cashback & all of your credit card rewards on every site.
फ़ाइल का आकार 591 KB
स्थापना संख्या 23,145
वर्तमान संस्करण 5.3.1
अंतिम अपडेट 2023-11-09
प्रकाशन तिथि 2021-08-17
रेटिंग 4.48/5 कुल 29 रेटिंग्स
डेवलपर https://cardpointers.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cardpointers.com/
सहायता पृष्ठ URL https://help.cardpointers.com/
गोपनीयता नीति पृष्ठ URL https://cardpointers.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CardPointers X: Credit Card Rewards Made Easy",
    "description": "Maximize your Amex\/Chase offers, cashback & all of your credit card rewards on every site.",
    "version": "5.3.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "action": {
        "default_title": "CardPointers X",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+1"
            }
        }
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "products.js",
                "tweaks.css",
                "content\/content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}