Moonbeam AI
Moonbeam's AI helper extension for Chrome
O que é Moonbeam AI?
Moonbeam AI é uma extensão do Chrome desenvolvida por https://gomoonbeam.com, e sua principal característica é "Moonbeam's AI helper extension for Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Moonbeam AI
Baixe arquivos de extensão Moonbeam AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Moonbeam's AI Helper is an extension for Chrome that makes it easier to get things done quickly and efficiently. It helps you automate tasks, find information quickly, and manage your workflows with its powerful AI-powered assistant. With Moonbeam, you can: - Summarize any webpage with one click - Generate text all over the web just like you can in Moonbeam - Create powerful workflows to help you get things done faster
Informações Básicas da Extensão
Nome | Moonbeam AI |
ID | cnleompgldclnmbijbcppkiaigdjohjl |
URL Oficial | https://chromewebstore.google.com/detail/moonbeam-ai/cnleompgldclnmbijbcppkiaigdjohjl |
Descrição | Moonbeam's AI helper extension for Chrome |
Tamanho do Arquivo | 176 KB |
Contagem de Instalações | 409 |
Versão Atual | 0.0.6 |
Última Atualização | 2023-01-12 |
Data de Publicação | 2022-12-22 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://gomoonbeam.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gomoonbeam.com |
URL da Página de Ajuda | https://gomoonbeam.com |
URL da Página de Política de Privacidade | https://www.gomoonbeam.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Moonbeam AI", "version": "0.0.6", "description": "Moonbeam's AI helper extension for Chrome", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "permissions": [ "storage", "contextMenus" ], "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |