Mindverse Gmail

Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten…

Co je Mindverse Gmail?

Mindverse Gmail je rozšíření Chrome vyvinuté https://mind-verse.de, a jeho hlavní funkcí je „Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mindverse Gmail

Stáhněte si soubory rozšíření Mindverse Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten direkt in Gmail verfassen.                    

Základní Informace o Rozšíření

Název Mindverse Gmail Mindverse Gmail
ID dgnilmienlgcalilckleghbmilfnkofe
Oficiální URL https://chromewebstore.google.com/detail/mindverse-gmail/dgnilmienlgcalilckleghbmilfnkofe
Popis Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten…
Velikost souboru 30.44 KB
Počet instalací 72
Aktuální Verze 1.0
Poslední Aktualizace 2021-10-14
Datum Vydání 2021-10-13
Vývojář https://mind-verse.de
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.mind-verse.de
URL Stránky Zásad Ochrany Soukromí https://www.iubenda.com/privacy-policy/98868155/full-legal
Podporované Jazyky de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindverse Gmail",
    "version": "1.0",
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "myapp.js"
            ]
        }
    ]
}