FoodLama - Smart Food Shopping

Easy shopping for diets, allergies, and nutrition goals.

Qu'est-ce que FoodLama - Smart Food Shopping ?

FoodLama - Smart Food Shopping est une extension Chrome développée par https://heyfoodlama.com, et sa fonction principale est "Easy shopping for diets, allergies, and nutrition goals.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FoodLama - Smart Food Shopping

Téléchargez les fichiers d'extension FoodLama - Smart Food Shopping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FoodLama - Smart Food Shopping FoodLama - Smart Food Shopping
ID nchihklmcddhbbgbkkopfgblejahnnpo
URL Officiel https://chromewebstore.google.com/detail/foodlama-smart-food-shopp/nchihklmcddhbbgbkkopfgblejahnnpo
Description Easy shopping for diets, allergies, and nutrition goals.
Taille du Fichier 1.13 MB
Nombre d'Installations 203
Version Actuelle 0.2.3
Dernière Mise à Jour 2024-01-22
Date de Publication 2022-03-31
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://heyfoodlama.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.heyfoodlama.com/
URL de la Page de Politique de Confidentialité https://heyfoodlama.com/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}