Clearify

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

Apa itu Clearify?

Clearify adalah ekstensi Chrome yang dikembangkan oleh tianaly342, dan fitur utamanya adalah "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Clearify

Unduh file ekstensi Clearify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Clearify Clearify
ID dfngmknjomojmdmnockpdpmpnbbhibfi
URL Resmi https://chromewebstore.google.com/detail/clearify/dfngmknjomojmdmnockpdpmpnbbhibfi
Deskripsi Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.
Ukuran File 1 MB
Jumlah Instalasi 57
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-12-21
Tanggal Publikasi 2023-12-20
Penilaian 5.00/5 Total 11 Penilaian
Pengembang tianaly342
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://clearify.framer.website/
Bahasa yang Didukung 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"
            ]
        }
    ]
}