United By Zero

A chrome extension to make shopping sustainable

O que é United By Zero?

United By Zero é uma extensão do Chrome desenvolvida por https://unitedbyzero.com, e sua principal característica é "A chrome extension to make shopping sustainable".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão United By Zero

Baixe arquivos de extensão United By Zero no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome United By Zero United By Zero
ID cnicehoklaonpoobcjbagnmbchlacmpk
URL Oficial https://chromewebstore.google.com/detail/united-by-zero/cnicehoklaonpoobcjbagnmbchlacmpk
Descrição A chrome extension to make shopping sustainable
Tamanho do Arquivo 270 KB
Contagem de Instalações 3,419
Versão Atual 0.0.22
Última Atualização 2023-03-31
Data de Publicação 2022-02-08
Classificação 4.80/5 Total de 15 Avaliações
Desenvolvedor https://unitedbyzero.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://unitedbyzero.com
Idiomas Suportados 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"
}