Sustained Choice × SALIENT

Choose eco-friendly foods, easily.

Sustained Choice × SALIENTคืออะไร?

Sustained Choice × SALIENT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unimagined Limited และคุณลักษณะหลักของมันคือ "Choose eco-friendly foods, easily."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sustained Choice × SALIENT

ดาวน์โหลดไฟล์ส่วนขยาย 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 Sustained Choice × SALIENT
ID khnfhmfjinkcecdibcpfjeaocmpejmin
URL อย่างเป็นทางการ 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": [
                ""
            ]
        }
    ],
    "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"
    }
}