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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |