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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cluey empowers consumers to make a greater impact on people, the planet, and politics through their everyday purchases."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cluey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
    }
}