Sustained Choice × SALIENT
Choose eco-friendly foods, easily.
Cos'è Sustained Choice × SALIENT?
Sustained Choice × SALIENT è un'estensione di Chrome sviluppata da Unimagined Limited, e la sua funzione principale è "Choose eco-friendly foods, easily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sustained Choice × SALIENT
Scarica i file di estensione Sustained Choice × SALIENT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Sustained Choice × SALIENT |
ID | khnfhmfjinkcecdibcpfjeaocmpejmin |
URL Ufficiale | https://chromewebstore.google.com/detail/sustained-choice-%C3%97-salien/khnfhmfjinkcecdibcpfjeaocmpejmin |
Descrizione | Choose eco-friendly foods, easily. |
Dimensione del File | 334 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 10 |
Ultimo Aggiornamento | 2024-02-21 |
Data di Pubblicazione | 2023-08-24 |
Sviluppatore | Unimagined Limited |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sustained.com |
URL della Pagina di Aiuto | https://sustained.com |
URL della Pagina della Politica sulla Privacy | https://www.sustained.com/privacy-policy |
Lingue Supportate | 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": [ " |