Wholeheartedly
Holding businesses to a higher standard
Wholeheartedly란 무엇입니까?
Wholeheartedly은(는) https://wholeheartedly.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Holding businesses to a higher standard"입니다.
확장 프로그램 스크린샷
Wholeheartedly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find businesses leading the way to a more sustainable future while demonstrating a commitment to gender, racial, and LGBTQ+ equality. The Wholeheartedly browser extension highlights how the sites you visit and brands you support score on various corporate social responsibility metrics—right as you browse the web! Every year, advocacy groups and nonprofits publish data scoring and ranking large corporations against various corporate social responsibility metrics. • Sustainability via the CDP's "Climate Change Program" • Gender Equality via Equileap's "Gender Equality Scorecard" • Racial Justice via As You Sow's "Racial Justice Scorecard" • LGBTQ+ Equality and Inclusion via the Human Rights Campaign’s "Corporate Equality Index" As you browse the web, an icon in the toolbar unintrusively provides a high-level view of how a business has scored across these indices, with additional information only a click away. Our goal is to make this data and information readily accessible, easy to understand, and contextually relevant so you can align the businesses and brands you support with your values By supporting top-scoring businesses and brands, we can send a powerful message that sustainability and equality are important for the bottom line.
확장 프로그램 기본 정보
이름 | Wholeheartedly |
ID | moipnphogpagnhlkmnpelmiakodfljab |
공식 URL | https://chromewebstore.google.com/detail/wholeheartedly/moipnphogpagnhlkmnpelmiakodfljab |
설명 | Holding businesses to a higher standard |
파일 크기 | 249 KB |
설치 횟수 | 69 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2021-12-08 |
출시 날짜 | 2020-12-28 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://wholeheartedly.xyz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wholeheartedly.xyz/ |
개인정보 보호 정책 페이지 URL | https://wholeheartedly.xyz/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wholeheartedly", "version": "2.0.1", "description": "Holding businesses to a higher standard", "permissions": [ "storage", "declarativeContent", "activeTab" ], "manifest_version": 2, "background": { "scripts": [ "data.js", "background.js" ], "persistent": false }, "options_page": "about.html", "browser_action": { "default_icon": { "16": "assets\/icon\/icon16.png", "32": "assets\/icon\/icon32.png", "48": "assets\/icon\/icon48.png", "128": "assets\/icon\/icon128.png" }, "default_title": "Wholeheartedly", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'sha256-j11M7t8QP6rEH\/Ip4QAReNCTahO75lX7RnEdGO\/wbe8='; object-src 'self'", "icons": { "16": "assets\/icon\/icon16.png", "32": "assets\/icon\/icon32.png", "48": "assets\/icon\/icon48.png", "128": "assets\/icon\/icon128.png" } } |