FoodLama - Smart Food Shopping

Easy shopping for diets, allergies, and nutrition goals.

Apa itu FoodLama - Smart Food Shopping?

FoodLama - Smart Food Shopping adalah ekstensi Chrome yang dikembangkan oleh https://heyfoodlama.com, dan fitur utamanya adalah "Easy shopping for diets, allergies, and nutrition goals.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi FoodLama - Smart Food Shopping

Unduh file ekstensi FoodLama - Smart Food Shopping dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FoodLama - Smart Food Shopping FoodLama - Smart Food Shopping
ID nchihklmcddhbbgbkkopfgblejahnnpo
URL Resmi https://chromewebstore.google.com/detail/foodlama-smart-food-shopp/nchihklmcddhbbgbkkopfgblejahnnpo
Deskripsi Easy shopping for diets, allergies, and nutrition goals.
Ukuran File 1.13 MB
Jumlah Instalasi 203
Versi Saat Ini 0.2.3
Terakhir Diperbarui 2024-01-22
Tanggal Publikasi 2022-03-31
Penilaian 5.00/5 Total 9 Penilaian
Pengembang https://heyfoodlama.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.heyfoodlama.com/
URL Halaman Kebijakan Privasi https://heyfoodlama.com/privacy-policy
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}