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開發的Chrome擴展程式,該擴展的主要功能是“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

下載SmartSpending擴展crx文件

下載SmartSpending擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}