pgAssistant
AI Assistant for pgAdmin SQL client
什么是pgAssistant?
pgAssistant是由https://pgassistant.app开发的Chrome扩展程序,该扩展的主要功能是“AI Assistant for pgAdmin SQL client”。
扩展截图
下载pgAssistant扩展crx文件
下载pgAssistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ibbdfhlnpelhekmffeaoaifogdcjhihj |
| 官方URL | https://chromewebstore.google.com/detail/pgassistant/ibbdfhlnpelhekmffeaoaifogdcjhihj |
| 简介 | AI Assistant for pgAdmin SQL client |
| 文件大小 | 1.69 MB |
| 安装次数 | 106 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2023-06-26 |
| 上架时间 | 2023-05-24 |
| 评分 | 2.00/5 共1次评分 |
| 开发者 | https://pgassistant.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://pgassistant.app |
| 隐私政策页面URL | https://pgassistant.app/privacy |
| 支持的语言 | 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": [
" | |