Cluey

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

Cluey là gì?

Cluey là một tiện ích mở rộng Chrome được phát triển bởi https://www.clueyconsumer.com, và tính năng chính của nó là "Cluey empowers consumers to make a greater impact on people, the planet, and politics through their everyday purchases.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Cluey 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

                        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!                    

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

Tên Cluey Cluey
ID fmoicbbcklpmcpmfhjfeohckocafngpn
URL Chính Thức https://chromewebstore.google.com/detail/cluey/fmoicbbcklpmcpmfhjfeohckocafngpn
Mô tả Cluey empowers consumers to make a greater impact on people, the planet, and politics through their everyday purchases.
Kích Thước Tệp 5.94 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.52
Cập Nhật Lần Cuối 2023-11-09
Ngày Phát Hành 2021-09-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.clueyconsumer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clueyconsumer.com
URL Trang Trợ Giúp https://clueyconsumer.com
URL Trang Chính Sách Bảo Mật https://clueyconsumer.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}