Clearify

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

Vad är Clearify?

Clearify är en Chrome-tillägg utvecklad av tianaly342, och dess huvudfunktion är "Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.".

Tilläggsskärmbilder

screenshot

Ladda ner Clearify-förlängningens CRX-fil

Ladda ner Clearify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Clearify Clearify
ID dfngmknjomojmdmnockpdpmpnbbhibfi
Officiell webbadress https://chromewebstore.google.com/detail/clearify/dfngmknjomojmdmnockpdpmpnbbhibfi
Beskrivning Clearify is a skincare retail browser extension that scans the ingredients list of products as you shop.
Filstorlek 1 MB
Antal Installationer 57
Aktuell Version 1.0
Senast Uppdaterad 2023-12-21
Publiceringsdatum 2023-12-20
Betyg 5.00/5 Totalt 11 Betyg
Utvecklare tianaly342
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://clearify.framer.website/
Stödda Språk 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"
            ]
        }
    ]
}