Servant AI
Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.
Apa itu Servant AI?
Servant AI adalah ekstensi Chrome yang dikembangkan oleh https://servant-ai.com, dan fitur utamanya adalah "Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Servant AI
Unduh file ekstensi Servant AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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..
Informasi Dasar Ekstensi
Nama | Servant AI |
ID | bppdmdbfbjhhallihdecoffobapdddjb |
URL Resmi | https://chromewebstore.google.com/detail/servant-ai/bppdmdbfbjhhallihdecoffobapdddjb |
Deskripsi | Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place. |
Ukuran File | 242 KB |
Jumlah Instalasi | 162 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2022-10-17 |
Tanggal Publikasi | 2022-10-17 |
Pengembang | https://servant-ai.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://servant-ai.com |
URL Halaman Kebijakan Privasi | https://en.dslab.global/privacy.html |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |