fairify

Fair brand alternatives!

fairify क्या है?

fairify https://fairify.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fair brand alternatives!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Discover new brands and fair alternatives. We research brands, automatically detect them and show their rating in your browser. With Fairify you will always be able to know how fair a company is and make a more informed choice. 

Click on the rating to view more information about the brand and get your alternatives.

The search tab allows you to search for brands and their ratings in the extension. 

Let us know which brands to research next. 

If you have any feedback or questions, let us know at [email protected] 

---------- 

Disclaimers: 

The brand ratings are based on our thoroughly conducted research based on five carefully selected criteria. Read more about how we work here: www.fairify.io/how-we-work

We might earn a small commission when you buy from a sustainable brand. This allows us to dive deeper into the world of sustainable consumption and provides you with high-quality research.

We use Google Analytics to collect user data in the extension. This data will always be anonymous. Learn more about our privacy policy here: www.fairify.io/privacy-policy                    

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

नाम fairify fairify
ID ihhnjaldplieckfjeajkofelmilcmboi
आधिकारिक URL https://chromewebstore.google.com/detail/fairify/ihhnjaldplieckfjeajkofelmilcmboi
विवरण Fair brand alternatives!
फ़ाइल का आकार 902 KB
स्थापना संख्या 384
वर्तमान संस्करण 0.3.2
अंतिम अपडेट 2022-05-04
प्रकाशन तिथि 2020-09-14
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर https://fairify.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.fairify.io
गोपनीयता नीति पृष्ठ URL https://www.fairify.io/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "fairify",
    "description": "Fair brand alternatives!",
    "version": "0.3.2",
    "icons": {
        "128": "icons\/128x128.png"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icons\/N-favicon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "author": "Sirage-T"
}