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"입니다.
확장 프로그램 스크린샷
United By Zero 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" } |