Servant AI
Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.
Was ist Servant AI?
Servant AI ist eine Chrome-Erweiterung, die von https://servant-ai.com entwickelt wurde, und ihr Hauptmerkmal ist "Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.".
Erweiterungsscreenshots
Servant AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Servant AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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..
Grundlegende Informationen zur Erweiterung
Name | Servant AI |
ID | bppdmdbfbjhhallihdecoffobapdddjb |
Offizielle URL | https://chromewebstore.google.com/detail/servant-ai/bppdmdbfbjhhallihdecoffobapdddjb |
Beschreibung | Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place. |
Dateigröße | 242 KB |
Installationsanzahl | 162 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2022-10-17 |
Veröffentlichungsdatum | 2022-10-17 |
Entwickler | https://servant-ai.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://servant-ai.com |
URL der Datenschutzrichtlinien-Seite | https://en.dslab.global/privacy.html |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |