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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |