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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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..                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
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:\/\/*\/*"
    ]
}