fairify

Fair brand alternatives!

fairify란 무엇입니까?

fairify은(는) https://fairify.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fair brand alternatives!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

fairify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}