The Good Us: the Sustainability Scoring Tool

The Good Us: the sustainability scoring tool to help you make more eco-conscious decisions when shopping for clothes online

The Good Us: the Sustainability Scoring Tool क्या है?

The Good Us: the Sustainability Scoring Tool http://thegoodus.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Good Us: the sustainability scoring tool to help you make more eco-conscious decisions when shopping for clothes online"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Good Us: the Sustainability Scoring Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The easiest, fastest way to find out how eco-friendly clothes are. 

Sometimes it’s hard to know which brands are truly walking the talk of sustainability. Let us do the hard work for you! The Good Us Shopping Assistant is a sustainability scoring tool that helps you take better & more conscious shopping decisions whenever you are after a new piece for your wardrobe. 

How it works: 

1. Download the free chrome extension from the Google Chrome Store to your laptop 

2. Then just browse for clothes online like you usually do. 

Say you are looking for a new knit jumper and you are searching on TopShop. As soon as you click on a knit jumper, The Good Us Shopping Assistant automatically tells you how well this product scores in terms of its sustainability.

3. Take smarter shopping decisions and buy sustainable fashion items from brands that respect people and planet 

Our extension currently works with clothing on the following shopping sites in the United Kingdom:  

• https://ally-bee.com/
• https://birdsong.london/
• https://eu.patagonia.com/gb/en/
• https://flockbynature.co.uk/
• https://knowtheorigin.com/
• https://lucyandyak.com/
• https://motherofpearl.co.uk/
• https://shop.mango.com/gb/
• https://valleandvik.com/
• https://www.anyostories.com/
• https://www.asos.com/
• https://www.bellesoflondon.com/
• https://www.boden.co.uk/en-gb/
• https://www.farfetch.com/uk/
• https://www.johnlewis.com/
• https://www.uniqlo.com/uk/en/
• https://www.zalando.co.uk/
• https://www.zara.com/uk/

Help us keep The Good Us working on all your favourite stores. If you have any trouble, email us at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम The Good Us: the Sustainability Scoring Tool The Good Us: the Sustainability Scoring Tool
ID jdoojnjkamigmicojlgeofiglcfldagj
आधिकारिक URL https://chrome.google.com/webstore/detail/the-good-us-the-sustainab/jdoojnjkamigmicojlgeofiglcfldagj
विवरण The Good Us: the sustainability scoring tool to help you make more eco-conscious decisions when shopping for clothes online
फ़ाइल का आकार 60.05 KB
स्थापना संख्या 54
वर्तमान संस्करण 0.2.7
अंतिम अपडेट 2021-04-29
प्रकाशन तिथि 2020-07-09
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर http://thegoodus.co.uk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://thegoodus.co.uk
सहायता पृष्ठ URL https://thegoodus.co.uk/frequently-asked-questions
गोपनीयता नीति पृष्ठ URL https://thegoodus.co.uk/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Good Us: the Sustainability Scoring Tool",
    "short_name": "The Good Us",
    "version": "0.2.7",
    "description": "The Good Us: the sustainability scoring tool to help you make more eco-conscious decisions when shopping for clothes online",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "incognito": "not_allowed",
    "offline_enabled": false,
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "48": "images\/icon48.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        },
        "default_title": "The Good Us Shopping Assistant: helping you make more sustainability-conscious decisions when shopping for clothes online"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.asos.com\/*",
                "*:\/\/*.boden.co.uk\/*",
                "*:\/\/*.debenhams.com\/*",
                "*:\/\/*.farfetch.com\/*",
                "*:\/\/*.hm.com\/*",
                "*:\/\/*.johnlewis.com\/*",
                "*:\/\/*.mango.com\/*",
                "*:\/\/*.marksandspencer.com\/*",
                "*:\/\/*.net-a-porter.com\/*",
                "*:\/\/*.riverisland.com\/*",
                "*:\/\/*.topman.com\/*",
                "*:\/\/*.topshop.com\/*",
                "*:\/\/*.uniqlo.com\/*",
                "*:\/\/*.zalando.co.uk\/*",
                "*:\/\/*.zara.com\/*"
            ],
            "js": [
                "js\/sentry.min.js",
                "js\/insert.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "author": "The Good Us",
    "homepage_url": "https:\/\/thegoodus.co.uk\/"
}