Groove AI
Our extension allows you to access the power of AI through your browser.
Hvad er Groove AI?
Groove AI er en Chrome-udvidelse udviklet af https://groove.ai, og dens hovedfunktion er "Our extension allows you to access the power of AI through your browser.".
Udvidelsesskærmbilleder
Download Groove AI-udvidelses-CRX-fil
Download Groove AI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hneahfjmadlnodmgdogkelllbdhkdcgh |
| Officiel URL | https://chromewebstore.google.com/detail/groove-ai/hneahfjmadlnodmgdogkelllbdhkdcgh |
| Beskrivelse | Our extension allows you to access the power of AI through your browser. |
| Filstørrelse | 306 KB |
| Antal Installationer | 2,000 |
| Nuværende Version | 0.0.10 |
| Senest Opdateret | 2023-08-22 |
| Udgivelsesdato | 2023-08-22 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://groove.ai |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://groove.ai/extension |
| Hjælpeside-URL | https://groove.ai/extension |
| URL til Fortrolighedspolitik Side | https://groove.ai/privacy |
| Understøttede Sprog | 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"
]
} | |