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

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Servant AI

قم بتنزيل ملفات الامتداد Servant AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Servant AI Servant AI
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
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
    ]
}