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 |
| Eメール | [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"
]
}
]
} | |