JollyGut Food Advisor

JollyGut helps you choose the food that is right for you, not the food that supermarkets or producers would like you to buy.

Τι είναι το JollyGut Food Advisor;

Το JollyGut Food Advisor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 100Nuts Ltd, και η κύρια λειτουργία του είναι "JollyGut helps you choose the food that is right for you, not the food that supermarkets or producers would like you to buy.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης JollyGut Food Advisor

Λήψη αρχείων επέκτασης JollyGut Food Advisor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        JollyGut compares the quality of products and helps you build a healthier diet effortlessly.

HOW TO:

- Open an online store of one of the largest UK supermarkets like Tesco, Sainsbury's, Asda, Morrisons or Ocado

- Filter food products according to your personal needs and preferences: 
   - it contains your allergens
   - it contains gluten
   - it contains palm oil
   - it contains the additives you want to avoid
   - it is not organic
   - it is not vegetarian or vegan
   - it is high, or low fodmap

- See at a glance products that are better suited to you: a simple traffic light color code helps you navigate food label technobabble.

- Instantly assess how healthy a product is with intuitive information cards appearing next to each product on offer.

- View better alternatives for each food product there and then.

- Instantly assess the quality of multiple food products on your shopping list.


BE THE ONE WHO CHOOSES

We do not preach or teach. Nor do we think that to make better food choices you should have to spend hours scrutinizing misleading packaging or deciphering nutritional code words and cryptic food labels. Don't let the food industry rule what you eat: be the one who chooses.


Read our Terms of Use & Privacy Policy:

- https://jollygut.com/v1/privacy_policy

- https://jollygut.com/v1/terms_and_conditions                    

Βασικές Πληροφορίες Επέκτασης

Όνομα JollyGut Food Advisor JollyGut Food Advisor
ID jebcckebbddkifpdclioiehhhepligjm
Επίσημο URL https://chrome.google.com/webstore/detail/jollygut-food-advisor/jebcckebbddkifpdclioiehhhepligjm
Περιγραφή JollyGut helps you choose the food that is right for you, not the food that supermarkets or producers would like you to buy.
Μέγεθος Αρχείου 690 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.10.3
Τελευταία Ενημέρωση 2021-09-09
Ημερομηνία Δημοσίευσης 2020-07-23
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής 100Nuts Ltd
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://jollygut.com
Διεύθυνση URL της Σελίδας Βοήθειας https://jollygut.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://smach.ai/v1/privacypolicy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JollyGut Food Advisor",
    "short_name": "Jollygut",
    "version": "1.10.3",
    "manifest_version": 2,
    "description": "JollyGut helps you choose the food that is right for you, not the food that supermarkets or producers would like you to buy.",
    "author": "Dmitry Skripunov",
    "homepage_url": "https:\/\/100nuts.ai",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/common.js",
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/api.amplitude.com; object-src 'self';",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ocado.com\/*",
                "*:\/\/*.tesco.com\/*",
                "*:\/\/*.morrisons.com\/*",
                "*:\/\/*.sainsburys.co.uk\/*",
                "*:\/\/*.kroger.com\/*",
                "*:\/\/*.asda.com\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Jollygut",
        "default_popup": "browser_action\/index.html"
    },
    "permissions": [
        "*:\/\/*.100nuts.ai\/*",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*",
        "styles\/*",
        "fonts\/*"
    ]
}