United By Zero

A chrome extension to make shopping sustainable

United By Zeroとは何ですか?

United By Zeroはhttps://unitedbyzero.comによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to make shopping sustainable」です。

拡張機能のスクリーンショット

screenshot
screenshot

United By Zero拡張機能のCRXファイルをダウンロード

United By Zero拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 United By Zero United By Zero
ID cnicehoklaonpoobcjbagnmbchlacmpk
公式URL https://chromewebstore.google.com/detail/united-by-zero/cnicehoklaonpoobcjbagnmbchlacmpk
説明 A chrome extension to make shopping sustainable
ファイルサイズ 270 KB
インストール数 3,419
現在のバージョン 0.0.22
最終更新日 2023-03-31
公開日 2022-02-08
評価 4.80/5 合計 15 レビュー
開発者 https://unitedbyzero.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://unitedbyzero.com
対応言語 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"
}