Servant AI
Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.
Cos'è Servant AI?
Servant AI è un'estensione di Chrome sviluppata da https://servant-ai.com, e la sua funzione principale è "Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Servant AI
Scarica i file di estensione Servant AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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..
Informazioni di Base sull'Estensione
Nome | Servant AI |
ID | bppdmdbfbjhhallihdecoffobapdddjb |
URL Ufficiale | https://chromewebstore.google.com/detail/servant-ai/bppdmdbfbjhhallihdecoffobapdddjb |
Descrizione | Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place. |
Dimensione del File | 242 KB |
Conteggio Installazioni | 162 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2022-10-17 |
Data di Pubblicazione | 2022-10-17 |
Sviluppatore | https://servant-ai.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://servant-ai.com |
URL della Pagina della Politica sulla Privacy | https://en.dslab.global/privacy.html |
Lingue Supportate | 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:\/\/*\/*" ] } |