Groove AI
Our extension allows you to access the power of AI through your browser.
Was ist Groove AI?
Groove AI ist eine Chrome-Erweiterung, die von https://groove.ai entwickelt wurde, und ihr Hauptmerkmal ist "Our extension allows you to access the power of AI through your browser.".
Erweiterungsscreenshots
Groove AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Groove AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hneahfjmadlnodmgdogkelllbdhkdcgh |
| Offizielle URL | https://chromewebstore.google.com/detail/groove-ai/hneahfjmadlnodmgdogkelllbdhkdcgh |
| Beschreibung | Our extension allows you to access the power of AI through your browser. |
| Dateigröße | 306 KB |
| Installationsanzahl | 2,000 |
| Aktuelle Version | 0.0.10 |
| Letztes Update | 2023-08-22 |
| Veröffentlichungsdatum | 2023-08-22 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://groove.ai |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://groove.ai/extension |
| Hilfeseite URL | https://groove.ai/extension |
| URL der Datenschutzrichtlinien-Seite | https://groove.ai/privacy |
| Unterstützte Sprachen | 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"
]
} | |