FoodLama - Smart Food Shopping

Easy shopping for diets, allergies, and nutrition goals.

Hvad er FoodLama - Smart Food Shopping?

FoodLama - Smart Food Shopping er en Chrome-udvidelse udviklet af https://heyfoodlama.com, og dens hovedfunktion er "Easy shopping for diets, allergies, and nutrition goals.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download FoodLama - Smart Food Shopping-udvidelses-CRX-fil

Download FoodLama - Smart Food Shopping-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

                        Navigate food shopping with ease using FoodLama, your digital assistant for personalised food choices. Whether you're tackling diet goals, managing food allergies, or aiming for better nutrition, FoodLama is your smart companion. Link your grocery accounts for a seamless experience, get product recommendations tailored to your preferences, and discover new foods that suit your unique profile.

SHOP WITH A PERSONALISED FOOD PROFILE
Set custom food profiles, adjust preferences for multiple individuals and leave the rest to us.

DISCOVER NEW PRODUCTS AND ALTERNATIVES
Find food recommendations and be safely guided to the food that fits your lifestyle anywhere you shop.

SAVE TIME AND ENJOY CAREFREE SHOPPING
No more reading long and complicated food labels. We do the hard work for you.

HOW TO DISCOVER THE FOOD FOR YOU
1.) Add FoodLama with a single click
Add our browser extension for free and you’ll be ready to go in one click

2.) Organise preferences
Set and toggle food choices for an individual or a group.

3.) Discover the Food For You
Now you’re all set to explore a new world of food with Clickerance

HOW IT WORKS 

- After installing, pin the extension to your tab by clicking "Extensions" in the top right of your browser

- Click the pinned FoodLama icon in your browser tab and follow the instructions.

- You'll see the FoodLama icon at the extreme right of your grocer page, click to begin setting your preferences.

- Set your personal preferences. You can set food preferences for an individual or a group of people. Preferences can be set as: 
   - Allergens to avoid
   - Intolerances to avoid
   - Lifestyle dietary options

- See at a glance products that are better suited to you: a simple traffic light colour code helps you know when everyone, some, and no one can have a food product.                    

Grundlæggende oplysninger om udvidelsen

Navn FoodLama - Smart Food Shopping FoodLama - Smart Food Shopping
ID nchihklmcddhbbgbkkopfgblejahnnpo
Officiel URL https://chromewebstore.google.com/detail/foodlama-smart-food-shopp/nchihklmcddhbbgbkkopfgblejahnnpo
Beskrivelse Easy shopping for diets, allergies, and nutrition goals.
Filstørrelse 1.13 MB
Antal Installationer 203
Nuværende Version 0.2.3
Senest Opdateret 2024-01-22
Udgivelsesdato 2022-03-31
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler https://heyfoodlama.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.heyfoodlama.com/
URL til Fortrolighedspolitik Side https://heyfoodlama.com/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FoodLama - Smart Food Shopping",
    "short_name": "FoodLama",
    "description": "Easy shopping for diets, allergies, and nutrition goals.",
    "version": "0.2.3",
    "icons": {
        "16": "assets\/favicon-16x16.png",
        "32": "assets\/favicon-32x32.png",
        "48": "assets\/favicon-48x48.png",
        "64": "assets\/favicon-64x64.png",
        "128": "assets\/favicon-128x128.png",
        "256": "assets\/favicon-256x256.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/favicon-16x16.png",
            "32": "assets\/favicon-32x32.png",
            "48": "assets\/favicon-48x48.png",
            "64": "assets\/favicon-64x64.png",
            "128": "assets\/favicon-128x128.png",
            "256": "assets\/favicon-256x256.png"
        },
        "default_title": "FoodLama",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": ".\/background-scripts\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/main.js"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:5555\/*",
                "https:\/\/foodlama-landing.vercel.app\/*"
            ],
            "js": [
                "content-scripts\/script-for-landing.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/foodlama-logo.png",
                "assets\/foodlama-logo-with-full-ears.svg",
                "assets\/icons\/installation-arrow.svg",
                "assets\/icons\/close.svg",
                "assets\/fonts\/TT-Interphases-DemiBold.ttf",
                "assets\/fonts\/TT-Interphases-Italic.ttf",
                "assets\/fonts\/TT-Interphases-Light.ttf",
                "assets\/fonts\/TT-Interphases-Regular.ttf",
                "assets\/images\/crossed-grain-orange.svg",
                "assets\/images\/sponsored-product-1.png",
                "assets\/images\/crossed-grain-blue.svg",
                "assets\/images\/crossed-grain-orange.svg",
                "assets\/images\/crossed-grain-icon.svg",
                "assets\/images\/cuk-white.svg",
                "assets\/images\/bolt-2.svg"
            ],
            "matches": [
                "*:\/\/*.asda.com\/*",
                "*:\/\/*.tesco.com\/*",
                "*:\/\/*.sainsburys.co.uk\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.waitrose.com\/*",
                "*:\/\/*.ocado.com\/*",
                "*:\/\/*.morrisons.com\/*",
                "https:\/\/heyfoodlama.com\/*"
            ]
        }
    ]
}