fairify

Fair brand alternatives!

fairifyคืออะไร?

fairify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fairify.io และคุณลักษณะหลักของมันคือ "Fair brand alternatives!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย fairify

ดาวน์โหลดไฟล์ส่วนขยาย fairify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}