Decode your skincare with Skin Bliss
Online cosmetic analyzer powered by Artificial Intelligence.
Decode your skincare with Skin Blissとは何ですか?
Decode your skincare with Skin BlissはSkin Blissによって開発されたChromeの拡張機能で、その主な機能は「Online cosmetic analyzer powered by Artificial Intelligence.」です。
拡張機能のスクリーンショット
Decode your skincare with Skin Bliss拡張機能のCRXファイルをダウンロード
Decode your skincare with Skin Bliss拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 ✨
拡張機能の基本情報
名前 | Decode your skincare with Skin Bliss |
ID | fclfmmiohpngbflbmcelkmhkiekbficp |
公式URL | https://chromewebstore.google.com/detail/decode-your-skincare-with/fclfmmiohpngbflbmcelkmhkiekbficp |
説明 | Online cosmetic analyzer powered by Artificial Intelligence. |
ファイルサイズ | 898 KB |
インストール数 | 155 |
現在のバージョン | 0.3.1 |
最終更新日 | 2020-07-17 |
公開日 | 2020-05-08 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Skin Bliss |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://getskinbliss.com |
プライバシーポリシーページのURL | https://getskinbliss.com/privacy |
対応言語 | 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" } } |