Sustained Choice × SALIENT

Choose eco-friendly foods, easily.

Sustained Choice × SALIENT là gì?

Sustained Choice × SALIENT là một tiện ích mở rộng Chrome được phát triển bởi Unimagined Limited, và tính năng chính của nó là "Choose eco-friendly foods, easily.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sustained Choice × SALIENT

Tải xuống các tệp mở rộng Sustained Choice × SALIENT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sustained Choice × SALIENT Sustained Choice × SALIENT
ID khnfhmfjinkcecdibcpfjeaocmpejmin
URL Chính Thức https://chromewebstore.google.com/detail/sustained-choice-%C3%97-salien/khnfhmfjinkcecdibcpfjeaocmpejmin
Mô tả Choose eco-friendly foods, easily.
Kích Thước Tệp 334 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 10
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2023-08-24
Nhà Phát Triển Unimagined Limited
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sustained.com
URL Trang Trợ Giúp https://sustained.com
URL Trang Chính Sách Bảo Mật https://www.sustained.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png",
        "1024": "icons\/1024.png"
    }
}