Servant AI
Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.
Что такое Servant AI?
Servant AI - это расширение Chrome, разработанное https://servant-ai.com, и его основная функция - "Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.".
Снимки экрана расширения
Скачать файл CRX расширения Servant AI
Скачайте файлы расширений 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:\/\/*\/*"
]
} | |