Paper Trail - Brand Sustainability Ratings

Brands demystified

O que é Paper Trail - Brand Sustainability Ratings?

Paper Trail - Brand Sustainability Ratings é uma extensão do Chrome desenvolvida por Paper Trail, e sua principal característica é "Brands demystified".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Paper Trail - Brand Sustainability Ratings

Baixe arquivos de extensão Paper Trail - Brand Sustainability Ratings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Paper Trail - Brand Sustainability Ratings Paper Trail - Brand Sustainability Ratings
ID amlfbbjnnmgnjeagdeeikieeafckjapn
URL Oficial https://chromewebstore.google.com/detail/paper-trail-brand-sustain/amlfbbjnnmgnjeagdeeikieeafckjapn
Descrição Brands demystified
Tamanho do Arquivo 223 KB
Contagem de Instalações 35
Versão Atual 2.0.3
Última Atualização 2020-12-20
Data de Publicação 2020-09-18
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Paper Trail
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getpapertrail.com
Idiomas Suportados 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"
    ]
}