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文件
下载Servant AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.. 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
} | |