Servant AI
Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.
Servant AI란 무엇입니까?
Servant AI은(는) https://servant-ai.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place."입니다.
확장 프로그램 스크린샷
Servant AI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place. - remove background - email signature generator - profile picture maker - what devs need - create polls - resume maker - design tools - image editor - convert image files (jpg to pdf, jpg to png, pdf to jpg, etc.) - generate AI images (stable diffusion, dalle and more) - launch page builder - todo list - note online - image stock - mail spam filter - timer - zoom background generator - whiteboard for the modern classroom - video conference - online ocr - favicon generator - brand colors - free lecture and more..
확장 프로그램 기본 정보
이름 | Servant AI |
ID | bppdmdbfbjhhallihdecoffobapdddjb |
공식 URL | https://chromewebstore.google.com/detail/servant-ai/bppdmdbfbjhhallihdecoffobapdddjb |
설명 | Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place. |
파일 크기 | 242 KB |
설치 횟수 | 162 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2022-10-17 |
출시 날짜 | 2022-10-17 |
개발자 | https://servant-ai.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://servant-ai.com |
개인정보 보호 정책 페이지 URL | https://en.dslab.global/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Servant AI", "version": "0.1.3", "description": "Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "entry.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "128": "logo_servantai_128.png" }, "browser_action": { "default_title": "Servant AI" }, "manifest_version": 3, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |