FoodLama - Smart Food Shopping

Easy shopping for diets, allergies, and nutrition goals.

FoodLama - Smart Food Shopping란 무엇입니까?

FoodLama - Smart Food Shopping은(는) https://heyfoodlama.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy shopping for diets, allergies, and nutrition goals."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FoodLama - Smart Food Shopping 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 FoodLama - Smart Food Shopping FoodLama - Smart Food Shopping
ID nchihklmcddhbbgbkkopfgblejahnnpo
공식 URL https://chromewebstore.google.com/detail/foodlama-smart-food-shopp/nchihklmcddhbbgbkkopfgblejahnnpo
설명 Easy shopping for diets, allergies, and nutrition goals.
파일 크기 1.13 MB
설치 횟수 203
현재 버전 0.2.3
최근 업데이트 2024-01-22
출시 날짜 2022-03-31
평점 5.00/5 총 9 개의 평점
개발자 https://heyfoodlama.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.heyfoodlama.com/
개인정보 보호 정책 페이지 URL https://heyfoodlama.com/privacy-policy
지원되는 언어 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\/*"
            ]
        }
    ]
}