United By Zero

A chrome extension to make shopping sustainable

What is United By Zero?

United By Zero is a Chrome extension developed by https://unitedbyzero.com, and its main feature is "A chrome extension to make shopping sustainable".

Extension Screenshots

screenshot
screenshot

Download United By Zero Extension CRX File

Download United By Zero extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Discover Sustainable alternatives to fast fashion, vetted by science, personalized to your style, with one simple click, and get access to exclusive coupons.

Targeting fast fashion behemoths like H&M and Zara (with more fast fashion brands to follow), the United by Zero Extension delivers product recommendations based on the items you are shopping for, like an automated personal shopper with a Ph.D. in sustainability. 

United by Zero shows you products have been vetted and scored first, followed by products from trusted sustainable brand partners. Our process of scoring is based on seven core pillars of sustainability: Supply Chain Transparency, Water Use, Chemical Use, CO2 and Energy Impact, Humanity, Animal Welfare, and Circularity. 

Our team of experts and scientists built the scoring system on a foundation of hard science. Meet the team, learn about the scoring system, and even read our white paper at unitedbyzero.com. 

As a business, United By Zero sustains itself by occasionally taking a small fee from our brand partners when you purchase from them. We see the potential for a conflict of interest here and we strive to be honest in everything we do and only recommend truly sustainable products that we believe in from brand partners we’ve extensively vetted.                    

Extension Basic Information

Name United By Zero United By Zero
ID cnicehoklaonpoobcjbagnmbchlacmpk
Official URL https://chromewebstore.google.com/detail/united-by-zero/cnicehoklaonpoobcjbagnmbchlacmpk
Description A chrome extension to make shopping sustainable
File Size 270 KB
Installation Count 3,419
Current Version 0.0.22
Last Updated 2023-03-31
Publish Date 2022-02-08
Rating 4.80/5 Total 15 Ratings
Developer https://unitedbyzero.com
Email [email protected]
Payment Type free
Extension Website https://unitedbyzero.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to make shopping sustainable",
    "version": "0.0.22",
    "name": "United By Zero",
    "manifest_version": 3,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png",
        "default_title": "Scouring the web for sustainable alternatives"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "webNavigation",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.unitedbyzero.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiJs4FmaB\/5D3bRVUBbzHB10KTgXRarDD2FmDrF1OP69PE9IND87HyM9myOfo5vBXYWp8RnSESfz\/kDBtH5Xwnpa4062Ll9lzhP1fpwpqMWz\/W6TXPykCB9Zt4EUEw+aUR331c18dnFfFjmVIL8W\/\/VvlJBcXsMDIWG5omqyJ7fhUQr2YiblD8ay3h6pgAjIVXFhmb2qtpmeyhD9zrZtAasRkII1meV1qmbRe\/AWuBvA\/A0CEjeiThjrlQrdch7jF+SjFwICo16wqr4Y3rFJ6Fhicd+mEo5kN0yk0Wcu3+EIbjgprMie2t0gcEeVUOWaxjLqnqgl7IcGCgxriReGB6wIDAQAB"
}