Cluey

Cluey empowers consumers to make a greater impact on people, the planet, and politics through their everyday purchases.

Cluey란 무엇입니까?

Cluey은(는) https://www.clueyconsumer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cluey empowers consumers to make a greater impact on people, the planet, and politics through their everyday purchases."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cluey 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features:
- Instant Ratings: Get real-time "People Impact" and "Planet Impact" scores for brands and products you browse, empowering you to shop in alignment with your principles.
- Educated Choices: Discover detailed breakdowns of factors like emissions, labor ethics, and more, so you're never in the dark about where your money goes.
- Better Alternatives: Cluey suggests alternative products and brands that might resonate more with your personal values, ensuring you always have choices that matter.
- Seamless Integration: No need to switch apps or disrupt your shopping spree. Cluey pops up unobtrusively as you browse, making ethical shopping a breeze.

Join a community of conscious consumers and let Cluey be your beacon in the vast world of online shopping. Add to chrome now and shop with purpose!                    

확장 프로그램 기본 정보

이름 Cluey Cluey
ID fmoicbbcklpmcpmfhjfeohckocafngpn
공식 URL https://chromewebstore.google.com/detail/cluey/fmoicbbcklpmcpmfhjfeohckocafngpn
설명 Cluey empowers consumers to make a greater impact on people, the planet, and politics through their everyday purchases.
파일 크기 5.94 MB
설치 횟수 26
현재 버전 1.52
최근 업데이트 2023-11-09
출시 날짜 2021-09-07
평점 5.00/5 총 4 개의 평점
개발자 https://www.clueyconsumer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://clueyconsumer.com
도움말 페이지 URL https://clueyconsumer.com
개인정보 보호 정책 페이지 URL https://clueyconsumer.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cluey",
    "description": "Cluey empowers consumers to make a greater impact on people, the planet, and politics through their everyday purchases.",
    "version": "1.52",
    "action": {
        "default_icons": {
            "16": "assets\/icons\/icon-16.png",
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "19": "assets\/icons\/icon-19.png",
        "38": "assets\/icons\/icon-38.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*",
                "assets\/fonts\/*",
                "assets\/css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/common.js",
                "assets\/js\/popup.js",
                "assets\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "not_matches": [
                "chrome:\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'"
    }
}