Mindi
Mindi - Fully automated, AI-powered bookmarks.
Mindi란 무엇입니까?
Mindi은(는) https://www.mindi.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mindi - Fully automated, AI-powered bookmarks."입니다.
확장 프로그램 스크린샷
Mindi 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fully automated, AI-powered bookmarks. Mindi categorizes all your bookmarks for you, so you don’t have to. How it works: 1. Save bookmarks with a tap 2. Mindi tags it for you 3. Find it when you need it Use Mindi to collect: 📄️ Websites 📝 Articles to read later 📺️ YouTube videos 🛒 Wishlist items 📽️ Movies to watch later 🐦️ Tweets, 🌆 Images & 📜 Quotes 📝 Notes Privacy policy: https://mindi.ai/privacypolicy/ *Requires an account on https://mindi.ai
확장 프로그램 기본 정보
이름 | |
ID | ampahphdfinoengojgdmhmaakmngmfbk |
공식 URL | https://chrome.google.com/webstore/detail/mindi/ampahphdfinoengojgdmhmaakmngmfbk |
설명 | Mindi - Fully automated, AI-powered bookmarks. |
파일 크기 | 92.24 KB |
설치 횟수 | 598 |
현재 버전 | 0.39.0 |
최근 업데이트 | 2023-08-14 |
출시 날짜 | 2022-06-27 |
개발자 | https://www.mindi.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://app.mindi.ai |
개인정보 보호 정책 페이지 URL | https://mindi.ai/privacypolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mindi", "description": "Mindi - Fully automated, AI-powered bookmarks.", "version": "0.39.0", "permissions": [ "activeTab", "cookies", "contextMenus", "notifications", "scripting", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "http:\/\/localhost\/*", "http:\/\/localhost:8080\/*", "http:\/\/localhost:8081\/*", "http:\/\/*.mindiai.ai\/*", "https:\/\/*.zoomio.org\/*", "https:\/\/*.tagify.app\/*", "https:\/\/*.mindi.ai\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Mindi", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "http:\/\/localhost\/*", "http:\/\/localhost:8080\/*", "http:\/\/localhost:8081\/*", "http:\/\/app.mindiai.ai\/*", "https:\/\/*.zoomio.org\/*", "https:\/\/*.tagify.app\/*", "https:\/\/*.mindi.ai\/*" ] } } |