Clearify

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

Was ist Clearify?

Clearify ist eine Chrome-Erweiterung, die von tianaly342 entwickelt wurde, und ihr Hauptmerkmal ist "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.".

Erweiterungsscreenshots

screenshot

Clearify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clearify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Clearify Clearify
ID dfngmknjomojmdmnockpdpmpnbbhibfi
Offizielle URL https://chromewebstore.google.com/detail/clearify/dfngmknjomojmdmnockpdpmpnbbhibfi
Beschreibung Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.
Dateigröße 1 MB
Installationsanzahl 57
Aktuelle Version 1.0
Letztes Update 2023-12-21
Veröffentlichungsdatum 2023-12-20
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler tianaly342
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://clearify.framer.website/
Unterstützte Sprachen 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"
            ]
        }
    ]
}