pgAssistant
AI Assistant for pgAdmin SQL client
O que é pgAssistant?
pgAssistant é uma extensão do Chrome desenvolvida por https://pgassistant.app, e sua principal característica é "AI Assistant for pgAdmin SQL client".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão pgAssistant
Baixe arquivos de extensão pgAssistant 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
pgAssistant is a Chrome extension which allows users of pgAdmin write SQL queries in plain language, using AI. 💬 Query your database in plain language — the assistant automatically will generate the corresponding SQL queries. ✨ Infers automatically the structure of your database tables and their relationships so it can provide accurate SQL statements without having to configure manually the schema. 🔒 Runs locally in your browser, does not read your data. It uses only the database schema to generate the AI-powered results. * Currently supports pgAdmin 4 v6-v7 web. --- Releases: 0.0.6 (latest) - Fix resolution of database schema in different versions of pgAdmin. 0.0.5 - Improve error handling and logging. 0.0.4 - Fix fatal error when running against pgAdmin installed as a package in Ubuntu/Linux.
Informações Básicas da Extensão
Nome | |
ID | ibbdfhlnpelhekmffeaoaifogdcjhihj |
URL Oficial | https://chromewebstore.google.com/detail/pgassistant/ibbdfhlnpelhekmffeaoaifogdcjhihj |
Descrição | AI Assistant for pgAdmin SQL client |
Tamanho do Arquivo | 1.69 MB |
Contagem de Instalações | 106 |
Versão Atual | 0.0.6 |
Última Atualização | 2023-06-26 |
Data de Publicação | 2023-05-24 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | https://pgassistant.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pgassistant.app |
URL da Página de Política de Privacidade | https://pgassistant.app/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "pgAssistant", "version": "0.0.6", "description": "AI Assistant for pgAdmin SQL client", "permissions": [], "icons": { "16": "\/icons\/icon-16x16.png", "32": "\/icons\/icon-32x32.png", "48": "\/icons\/icon-48x48.png", "128": "\/icons\/icon-128x128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "plausible.js", "secondary_script.js", "tailwind.css" ], "matches": [ " |