Savvy

Reduce food waste + carbon emissions while saving money.

什么是Savvy?

Savvy是由Savvy Extension开发的Chrome扩展程序,该扩展的主要功能是“Reduce food waste + carbon emissions while saving money.”。

扩展截图

screenshot
screenshot
screenshot

下载Savvy扩展crx文件

下载Savvy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Did you know you spend more on wasted food than on gasoline a year? In the US alone, we waste $218 billion dollars annually which generates 37 million cars worth of carbon emissions! However, we have a solution.

Savvy is a free and simple Chrome extension that automatically tracks the expiration dates of your online grocery orders and reminds you to eat them before they go bad.

We empower consumers to save the planet and save money in unison, eliminating the sunk costs, carbon emissions, and guilt of food waste.

Be more Savvy with:
• Automatic tracking of expiration dates with in-browser integration with Instacart and Amazon Fresh*
• Text reminders on your phone that can help you keep track of your fridge
• Control on what and how frequently you wanted to be reminded
• Building long-lasting habits that are both cost-effective and environmentally-conscious




* Don't see your online grocer available? Questions? Feedback? Reach out to us at [email protected] and let us know how you are being Savvy!                    

扩展基本信息

名称 Savvy Savvy
ID eehhjdheaoeafkcheamnbeebcfgbccdm
官方URL https://chromewebstore.google.com/detail/savvy/eehhjdheaoeafkcheamnbeebcfgbccdm
简介 Reduce food waste + carbon emissions while saving money.
文件大小 128 KB
安装次数 17
当前版本 0.1.0
更新时间 2021-06-10
上架时间 2021-04-25
评分 5.00/5 共1次评分
开发者 Savvy Extension
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hellosavvyteam.wixsite.com/website
隐私政策页面URL https://hellosavvyteam.wixsite.com/website/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Savvy",
    "description": "Reduce food waste + carbon emissions while saving money.",
    "version": "0.1.0",
    "permissions": [
        "tabs",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "48": "icons\/icon.png",
            "128": "icons\/icon.png"
        },
        "default_popup": "popup.html"
    }
}