Finch

Get science-backed intel on your favorite products when you shop on Target or Amazon.com.

Finch क्या है?

Finch Finch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get science-backed intel on your favorite products when you shop on Target or Amazon.com."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Make environmentally friendly purchases on Target or Amazon.com with the Finch Chrome extension. Get science-backed intel on your favorite products and help save the environment by choosing more environmentally friendly and sustainable products using Finch.
 
Install the Finch Chrome browser extension to quickly check out a product's sustainability score based on six environmental footprints and real reviews. 
Here’s how it works:

1. Search for products on Target or Amazon
2. Look for the Finch tab on the right side of your browser and click on it
3. We rate products on a scale of 0-10, 10 being the more sustainable and eco-friendly products

No more scouring the internet to figure out whether your shampoo and bedsheets are actually good for people and the planet. We rate Amazon products using Finch’s algorithm, which analyzes data from over 250 sources on the climate, water, human well-being, ecosystem, waste, and raw material footprints of our everyday products.                    

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

नाम Finch Finch
ID alpclkolndblehcjooidjoplpbofofpl
आधिकारिक URL https://chrome.google.com/webstore/detail/finch/alpclkolndblehcjooidjoplpbofofpl
विवरण Get science-backed intel on your favorite products when you shop on Target or Amazon.com.
फ़ाइल का आकार 1.09 MB
स्थापना संख्या 1,878
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2023-06-26
प्रकाशन तिथि 2022-01-24
रेटिंग 4.95/5 कुल 41 रेटिंग्स
डेवलपर Finch
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.choosefinch.com
सहायता पृष्ठ URL https://www.choosefinch.com/privacy-policy
गोपनीयता नीति पृष्ठ URL https://www.choosefinch.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Finch",
    "author": "Finch",
    "description": "Get science-backed intel on your favorite products when you shop on Target or Amazon.com.",
    "manifest_version": 3,
    "version": "3.0.2",
    "version_name": "3.0.2",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/finch-demo.ngrok.io\/*",
                "https:\/\/finch-demo-app.ngrok.io\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "assets\/js\/content.js"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": "assets\/icons\/icon-color.png",
        "default_title": "Choose Finch",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.mixpanel.com\/*",
        "https:\/\/choosefinch.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/amazon.com\/*",
        "https:\/\/target.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "views\/flyout.html",
                "assets\/css\/flyout.css",
                "assets\/js\/flyout.js",
                "views\/badge.html",
                "assets\/css\/badge.css",
                "assets\/js\/badge.js"
            ],
            "matches": [
                "https:\/\/choosefinch.com\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.target.com\/*"
            ]
        }
    ]
}