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 |
| Eメール | [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:\/\/*\/*"
]
} | |