Sustained Choice × SALIENT
Choose eco-friendly foods, easily.
什麼是Sustained Choice × SALIENT?
Sustained Choice × SALIENT是由Unimagined Limited開發的Chrome擴展程式,該擴展的主要功能是“Choose eco-friendly foods, easily.”。
擴展截圖
下載Sustained Choice × SALIENT擴展crx文件
下載Sustained Choice × SALIENT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Sustained Choice × SALIENT |
ID | khnfhmfjinkcecdibcpfjeaocmpejmin |
官方網址 | https://chromewebstore.google.com/detail/sustained-choice-%C3%97-salien/khnfhmfjinkcecdibcpfjeaocmpejmin |
簡介 | Choose eco-friendly foods, easily. |
檔案大小 | 334 KB |
安裝次數 | 49 |
目前版本 | 10 |
更新時間 | 2024-02-21 |
上架時間 | 2023-08-24 |
開發者 | Unimagined Limited |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://sustained.com |
說明頁面URL | https://sustained.com |
隱私政策頁面URL | https://www.sustained.com/privacy-policy |
支援的語言 | 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": [ " |