Earthly

Trusted research and ratings at your fingertips to help you buy better

Earthly क्या है?

Earthly https://joinearthly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trusted research and ratings at your fingertips to help you buy better"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Earthly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Earthly is the sustainable 'consumer reports' for everyday products you buy online. It helps you quickly identify sustainable products and alternatives as you shop online. Install our FREE extension and see overlays that show you the ratings and impact of the products you buy on Amazon.com. Our mission is to empower consumers with data and swing the pendulum in favor of  companies that are mindful of their impact to consumers, their homes and the planet. 

Earthly's product ratings and attributes are conveniently displayed as simple to read red / green labels and connect shoppers with the story behind the product. We generate this using a combination of good old-fashioned journalism and the latest in data science to bring trusted research at your fingertips while you shop as you normally would, on your favorite shopping sites (starting with Amazon.com for USA)

We all have questions: Does this product contain chemicals known to harm humans and/or other life forms? Were animals harmed while developing these products? Does it contain genetically modified organisms? Were the people involved treated equitably? Not only is this information hard to pin down, but it is seldom shown by online marketplaces.  By installing Earthly's extension, you are opting in for this information to be displayed no matter where you shop!

Corporations are simply trying to meet consumer demand, at the cheap price they want, as fast as they want it. Using Earthly, shoppers can turn their buying power into a force for good. By buying better, you're voting with your wallet and telling corporations to align with your ideals and virtues.                    

एक्सटेंशन की मूल जानकारी

नाम Earthly Earthly
ID kblhgfjcdibpokglmdpopbkbiaknakii
आधिकारिक URL https://chromewebstore.google.com/detail/earthly/kblhgfjcdibpokglmdpopbkbiaknakii
विवरण Trusted research and ratings at your fingertips to help you buy better
फ़ाइल का आकार 2.23 MB
स्थापना संख्या 120
वर्तमान संस्करण 0.93
अंतिम अपडेट 2022-09-21
प्रकाशन तिथि 2021-04-08
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर https://joinearthly.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://joinearthly.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Earthly",
    "version": "0.93",
    "description": "Trusted research and ratings at your fingertips to help you buy better",
    "icons": {
        "16": "images\/earthly_16.png",
        "48": "images\/earthly_48.png",
        "128": "images\/earthly_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "styles\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net  https:\/\/apis.google.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/circles.js",
                "js\/content_script.js"
            ],
            "css": [
                "styles\/style.css"
            ],
            "match_about_blank": false,
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/smile.amazon.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}