Savvy

Reduce food waste + carbon emissions while saving money.

Hvad er Savvy?

Savvy er en Chrome-udvidelse udviklet af Savvy Extension, og dens hovedfunktion er "Reduce food waste + carbon emissions while saving money.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Savvy-udvidelses-CRX-fil

Download Savvy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Savvy Savvy
ID eehhjdheaoeafkcheamnbeebcfgbccdm
Officiel URL https://chromewebstore.google.com/detail/savvy/eehhjdheaoeafkcheamnbeebcfgbccdm
Beskrivelse Reduce food waste + carbon emissions while saving money.
Filstørrelse 128 KB
Antal Installationer 17
Nuværende Version 0.1.0
Senest Opdateret 2021-06-10
Udgivelsesdato 2021-04-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Savvy Extension
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://hellosavvyteam.wixsite.com/website
URL til Fortrolighedspolitik Side https://hellosavvyteam.wixsite.com/website/privacy-policy
Understøttede Sprog 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"
    }
}