Decode your skincare with Skin Bliss

Online cosmetic analyzer powered by Artificial Intelligence.

Wat is Decode your skincare with Skin Bliss?

Decode your skincare with Skin Bliss is een Chrome-extensie ontwikkeld door Skin Bliss, en de belangrijkste functie is "Online cosmetic analyzer powered by Artificial Intelligence.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Decode your skincare with Skin Bliss

Download Decode your skincare with Skin Bliss-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Analyze cosmetics with Skin Bliss extension!

If you want to scan a cosmetic product to understand what's in it, simply select its ingredients and you are just one click away from seeing a detailed report and plots describing this product.  

Skin Bliss extension is a perfect companion for when you shop online or whenever you just want to browse through products or learn more about skincare ingredients.

Start making informed decisions about the cosmetics you use. 
Never again wonder what secrets cosmetics labels hide. Now you have a tool to make conscious choices.

Give your skin a bliss ✨                    

Basisinformatie over de Extensie

Naam Decode your skincare with Skin Bliss Decode your skincare with Skin Bliss
ID fclfmmiohpngbflbmcelkmhkiekbficp
Officiële URL https://chromewebstore.google.com/detail/decode-your-skincare-with/fclfmmiohpngbflbmcelkmhkiekbficp
Beschrijving Online cosmetic analyzer powered by Artificial Intelligence.
Bestandsgrootte 898 KB
Aantal Installaties 155
Huidige Versie 0.3.1
Laatst Bijgewerkt 2020-07-17
Publicatiedatum 2020-05-08
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Skin Bliss
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getskinbliss.com
URL van de Privacybeleid Pagina https://getskinbliss.com/privacy
Ondersteunde Talen de,en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background_menu.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "0.3.1",
    "browser_action": {
        "default_popup": "info.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}