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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |