Groove AI
Our extension allows you to access the power of AI through your browser.
Groove AIとは何ですか?
Groove AIはhttps://groove.aiによって開発されたChromeの拡張機能で、その主な機能は「Our extension allows you to access the power of AI through your browser.」です。
拡張機能のスクリーンショット
Groove AI拡張機能のCRXファイルをダウンロード
Groove AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Elevate Your Browsing Experience with Groove.ai chrome extension.
Experience the future of browsing with Groove.AI, your all-in-one AI companion for the digital world. Our cutting-edge Chrome Extension seamlessly integrates AI capabilities into your online interactions, enhancing your productivity and enriching your browsing journey. 拡張機能の基本情報
| 名前 | |
| ID | hneahfjmadlnodmgdogkelllbdhkdcgh |
| 公式URL | https://chromewebstore.google.com/detail/groove-ai/hneahfjmadlnodmgdogkelllbdhkdcgh |
| 説明 | Our extension allows you to access the power of AI through your browser. |
| ファイルサイズ | 306 KB |
| インストール数 | 2,000 |
| 現在のバージョン | 0.0.10 |
| 最終更新日 | 2023-08-22 |
| 公開日 | 2023-08-22 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://groove.ai |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://groove.ai/extension |
| ヘルプページのURL | https://groove.ai/extension |
| プライバシーポリシーページのURL | https://groove.ai/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Groove AI",
"description": "Our extension allows you to access the power of AI through your browser.",
"version": "0.0.10",
"icons": {
"128": "icon.png"
},
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
]
} | |