Clearify

Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.

Clearifyคืออะไร?

Clearify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tianaly342 และคุณลักษณะหลักของมันคือ "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop."

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

screenshot

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

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

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

                        Clearify is a cosmetic shopping browser extension that (1) scans a product’s ingredients list as you shop and (2) checks if a cosmetic is safe for your skin, e.g. silicone-free, alcohol-free, or FA-safe (fungal acne-safe), using the community-trusted EWG Skin Deep Database.

Conveniently tooled as a browser extension, Clearify makes cosmetic analysis easy while you shop for skincare or makeup.

No extra tabs. No extra stress.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clearify Clearify
ID dfngmknjomojmdmnockpdpmpnbbhibfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clearify/dfngmknjomojmdmnockpdpmpnbbhibfi
คำอธิบาย Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.
ขนาดไฟล์ 1 MB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2023-12-20
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา tianaly342
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://clearify.framer.website/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clearify",
    "version": "1.0",
    "description": "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/clearify_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}