Sustained Choice × SALIENT
Choose eco-friendly foods, easily.
O que é Sustained Choice × SALIENT?
Sustained Choice × SALIENT é uma extensão do Chrome desenvolvida por Unimagined Limited, e sua principal característica é "Choose eco-friendly foods, easily.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sustained Choice × SALIENT
Baixe arquivos de extensão Sustained Choice × SALIENT 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
Sustained Choice × SALIENT is a browser extension crafted to enhance your online grocery shopping experience on the Tesco website. By seamlessly overlaying environmental scores onto the products you browse, the plugin will empower you to effortlessly make more sustainable choices with a single click. Discover the true impact of the food you buy as you delve into a world of informative insights and comprehensive data, allowing you to become a conscious consumer and contribute to a greener future. Contribute to the research on consumer purchasing behaviour by downloading this plugin now.
Informações Básicas da Extensão
Nome | Sustained Choice × SALIENT |
ID | khnfhmfjinkcecdibcpfjeaocmpejmin |
URL Oficial | https://chromewebstore.google.com/detail/sustained-choice-%C3%97-salien/khnfhmfjinkcecdibcpfjeaocmpejmin |
Descrição | Choose eco-friendly foods, easily. |
Tamanho do Arquivo | 334 KB |
Contagem de Instalações | 49 |
Versão Atual | 10 |
Última Atualização | 2024-02-21 |
Data de Publicação | 2023-08-24 |
Desenvolvedor | Unimagined Limited |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sustained.com |
URL da Página de Ajuda | https://sustained.com |
URL da Página de Política de Privacidade | https://www.sustained.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sustained Choice \u00d7 SALIENT", "description": "Choose eco-friendly foods, easily.", "manifest_version": 3, "version": "10", "permissions": [ "background", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "salient.js" ], "css": [ "salient.css" ], "matches": [ "https:\/\/*.tesco.com\/*", "https:\/\/*.sustained.com\/*" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "fonts\/*", "icons\/*" ], "matches": [ " |