Goodbase.ai

The goodbase project ranks clothing brands on sustainability. Find sustainable fashion here.

Τι είναι το Goodbase.ai;

Το Goodbase.ai είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον amsterdamdatacollective, και η κύρια λειτουργία του είναι "The goodbase project ranks clothing brands on sustainability. Find sustainable fashion here.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Goodbase.ai

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

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

                        Do you want to make a positive impact on the world?

The clothing industry is currently one of the most impactfull, but unfortunately not one of the most sustainable industries. We are very happy you want to make it a more sustainable one with us. What you buy will shape the future of the clothing industry, so if we buy sustainable we will make a change for good. However it is not easy to find this information for all brands by yourself. It is very time consuming to manually rate all different brands, therefore we built an AI model. We apply scraping techniques and Natural Language Processing (NLP) to create a website with an up-to-date sustainability label for almost all clothing brands.

Our plugin indicates if a brand is sustainable or not by highlighting the brands in a clear way.

This project drives social change in the community. Not only by creating awareness, but also by providing a clear path to action. Knowing what brands are sustainable will make it easier for people to make the right choice, feel part of positive change and ultimately help reducing the impact of climate change. What we do today, can improve all our tomorrows.                    

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

Όνομα Goodbase.ai Goodbase.ai
ID ddnbldmoaocddldkdoghagimhlbmhafo
Επίσημο URL https://chromewebstore.google.com/detail/goodbaseai/ddnbldmoaocddldkdoghagimhlbmhafo
Περιγραφή The goodbase project ranks clothing brands on sustainability. Find sustainable fashion here.
Μέγεθος Αρχείου 881 KB
Αριθμός Εγκαταστάσεων 47
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2020-11-21
Ημερομηνία Δημοσίευσης 2020-08-30
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής amsterdamdatacollective
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://goodbase.ai
URL της Σελίδας Πολιτικής Απορρήτου https://amsterdamdatacollective.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goodbase.ai",
    "description": "The goodbase project ranks clothing brands on sustainability. Find sustainable fashion here.",
    "version": "1.0.5",
    "permissions": [
        "activeTab",
        "http:\/\/localhost:8000\/*",
        "https:\/\/api.goodbase.ai\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zalando.cp,\/*",
                "https:\/\/*.zalando.nl\/*",
                "https:\/\/*.zalando.de\/*",
                "https:\/\/*.zalando.fr\/*",
                "https:\/\/*.zalando.lu\/*",
                "https:\/\/*.zalando.at\/*",
                "https:\/\/*.zalando.it\/*",
                "https:\/\/*.zalando.no\/*",
                "https:\/\/*.zalando.ch\/*",
                "https:\/\/*.zalando.es\/*",
                "https:\/\/*.zalando.se\/*",
                "https:\/\/*.zalando.uk\/*",
                "https:\/\/*.zalando.dk\/*",
                "https:\/\/*.zalando.pl\/*",
                "https:\/\/*.zalando.be\/*",
                "https:\/\/*.zalando.fi\/*",
                "https:\/\/*.zalando.cz\/*",
                "https:\/\/*.zalando.ie\/*",
                "https:\/\/*.zalando.de\/*",
                "https:\/\/www.aboutyou.nl\/*",
                "https:\/\/www.aboutyou.de\/*",
                "https:\/\/www.aboutyou.at\/*",
                "https:\/\/www.aboutyou.ch\/*",
                "https:\/\/www.aboutyou.pl\/*",
                "https:\/\/www.aboutyou.cz\/*",
                "https:\/\/www.aboutyou.be\/*",
                "https:\/\/www.aboutyou.sk\/*",
                "https:\/\/www.aboutyou.hu\/*",
                "https:\/\/www.aboutyou.ro\/*",
                "https:\/\/www.aboutyou.si\/*",
                "https:\/\/www.aboutyou.lv\/*",
                "https:\/\/www.aboutyou.lt\/*",
                "https:\/\/www.aboutyou.ee\/*",
                "https:\/\/www.aboutyou.com\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/psl.min.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}