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文件
下载Paper Trail - Brand Sustainability Ratings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |