Mindverse Gmail
Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten…
什么是Mindverse Gmail?
Mindverse Gmail是由https://mind-verse.de开发的Chrome扩展程序,该扩展的主要功能是“Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten…”。
扩展截图
下载Mindverse Gmail扩展crx文件
下载Mindverse Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten direkt in Gmail verfassen. 扩展基本信息
| 名称 | |
| ID | dgnilmienlgcalilckleghbmilfnkofe |
| 官方URL | https://chromewebstore.google.com/detail/mindverse-gmail/dgnilmienlgcalilckleghbmilfnkofe |
| 简介 | Die offizielle Mindverse Integration für Ihre Gmail Adresse! Lassen Sie unsere KI automatisch ganze Emails aus wenigen Stichpunkten… |
| 文件大小 | 30.44 KB |
| 安装次数 | 72 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-10-14 |
| 上架时间 | 2021-10-13 |
| 开发者 | https://mind-verse.de |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.mind-verse.de |
| 隐私政策页面URL | https://www.iubenda.com/privacy-policy/98868155/full-legal |
| 支持的语言 | 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"
]
}
]
} | |