SmartSpending

Never miss a deal when you shop online. SmartSpending™ will automatically remind you if there’s a discount you can use.

SmartSpending क्या है?

SmartSpending Reward Gateway द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never miss a deal when you shop online. SmartSpending™ will automatically remind you if there’s a discount you can use."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Say Hello to SmartSpending™ – Your helpful discounts companion! 

Find great savings on your favourite websites with the SmartSpending™ extension. You’ll get notified of any available discounts in real-time, maximising your savings.

How it works
- Sign in using the same details you use to sign in to your Discounts website and you're ready to go!
- Browse all your favourite online stores, just as you normally would.
- If an online discount is available by the retailer, we’ll show you a helpful notification in the top right corner.
- By clicking on the Check Offer button you’ll be navigated to the retailer page and all available discounts you can take advantage of. 

We partner with the best brands globally in all key categories:
🎟Cinemas & days out
🏖 Travel
🍽 Eating out
🏬 Department stores
💻Technology
🧥Fashion
💅Cosmetics

The best part is, it comes FREE with your Discount website at work.                    

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

नाम SmartSpending SmartSpending
ID akjlnngigpbekgfjcbpohdfnfjfgflpb
आधिकारिक URL https://chromewebstore.google.com/detail/smartspending/akjlnngigpbekgfjcbpohdfnfjfgflpb
विवरण Never miss a deal when you shop online. SmartSpending™ will automatically remind you if there’s a discount you can use.
फ़ाइल का आकार 1.65 MB
स्थापना संख्या 31,298
वर्तमान संस्करण 1.4.6
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2020-09-08
रेटिंग 1.80/5 कुल 15 रेटिंग्स
डेवलपर Reward Gateway
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SmartSpending",
    "author": "Reward Gateway (UK) Ltd.",
    "description": "Never miss a deal when you shop online. SmartSpending\u2122 will automatically remind you if there\u2019s a discount you can use.",
    "version": "1.4.6",
    "icons": {
        "16": "assets\/ss-icons\/colour-16px.png",
        "48": "assets\/ss-icons\/colour-48px.png",
        "128": "assets\/ss-icons\/colour-128px.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "auth\/options.html",
    "options_ui": {
        "page": "auth\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "scripting",
        "identity",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}