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 |
官方網址 | 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" ] } |