Mindverse Gmail
Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten…
What is Mindverse Gmail?
Mindverse Gmail is a Chrome extension developed by https://mind-verse.de, and its main feature is "Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten…".
Extension Screenshots
Download Mindverse Gmail Extension CRX File
Download Mindverse Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten direkt in Gmail verfassen.
Extension Basic Information
Name | Mindverse Gmail |
ID | dgnilmienlgcalilckleghbmilfnkofe |
Official URL | https://chromewebstore.google.com/detail/mindverse-gmail/dgnilmienlgcalilckleghbmilfnkofe |
Description | Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten… |
File Size | 30.44 KB |
Installation Count | 72 |
Current Version | 1.0 |
Last Updated | 2021-10-14 |
Publish Date | 2021-10-13 |
Developer | https://mind-verse.de |
[email protected] | |
Payment Type | free |
Extension Website | https://www.mind-verse.de |
Privacy Policy Page URL | https://www.iubenda.com/privacy-policy/98868155/full-legal |
Supported Languages | 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" ] } ] } |