Servant AI

Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.

What is Servant AI?

Servant AI is a Chrome extension developed by https://servant-ai.com, and its main feature is "Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Servant AI Extension CRX File

Download Servant AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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..                    

Extension Basic Information

Name Servant AI Servant AI
ID bppdmdbfbjhhallihdecoffobapdddjb
Official URL https://chromewebstore.google.com/detail/servant-ai/bppdmdbfbjhhallihdecoffobapdddjb
Description Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.
File Size 242 KB
Installation Count 162
Current Version 0.1.3
Last Updated 2022-10-17
Publish Date 2022-10-17
Developer https://servant-ai.com
Email [email protected]
Payment Type free
Extension Website https://servant-ai.com
Privacy Policy Page URL https://en.dslab.global/privacy.html
Supported Languages 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:\/\/*\/*"
    ]
}