Sustained Choice × SALIENT

Choose eco-friendly foods, easily.

Sustained Choice × SALIENT란 무엇입니까?

Sustained Choice × SALIENT은(는) Unimagined Limited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Choose eco-friendly foods, easily."입니다.

확장 프로그램 스크린샷

screenshot

Sustained Choice × SALIENT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}