Paper Trail - Brand Sustainability Ratings
Brands demystified
Paper Trail - Brand Sustainability Ratings란 무엇입니까?
Paper Trail - Brand Sustainability Ratings은(는) Paper Trail에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brands demystified"입니다.
확장 프로그램 스크린샷
Paper Trail - Brand Sustainability Ratings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Paper Trail turns brand names on your screen into a link to the brand's website. The links are underlined either red, yellow or green based on the sustainability rating of their parent company. To measure sustainability, we use ESG ratings which take into account the impact companies have in their carbon footprint, labor standards and chemical safety.
확장 프로그램 기본 정보
이름 | Paper Trail - Brand Sustainability Ratings |
ID | amlfbbjnnmgnjeagdeeikieeafckjapn |
공식 URL | https://chromewebstore.google.com/detail/paper-trail-brand-sustain/amlfbbjnnmgnjeagdeeikieeafckjapn |
설명 | Brands demystified |
파일 크기 | 223 KB |
설치 횟수 | 35 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2020-12-20 |
출시 날짜 | 2020-09-18 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | Paper Trail |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getpapertrail.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "html\/background.html", "persistent": true }, "manifest_version": 2, "name": "Paper Trail - Brand Sustainability Ratings", "version": "2.0.3", "description": "Brands demystified", "icons": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png", "48": "images\/favicon-128.png", "128": "images\/favicon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/cards.css" ], "js": [ "lib\/jquery.js", "content.js" ] } ], "permissions": [ "webRequest" ], "web_accessible_resources": [ "*.woff2" ] } |