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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://sustained.com
عنوان صفحة سياسة الخصوصية 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"
    }
}