AI2sql - the Chrome extension plugin
AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.
AI2sql - the Chrome extension pluginคืออะไร?
AI2sql - the Chrome extension plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ai2sql.io และคุณลักษณะหลักของมันคือ "AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI2sql - the Chrome extension plugin
ดาวน์โหลดไฟล์ส่วนขยาย AI2sql - the Chrome extension plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Build SQL queries easily in your browser: AI2sql Chrome Extension generates an SQL query based on your input. With this simple and useful tool you'll be able to generate the query quickly from your web browser. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | igdjlakahlpaifjlfbhocmajhpmieomi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ai2sql-the-chrome-extensi/igdjlakahlpaifjlfbhocmajhpmieomi |
| คำอธิบาย | AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds. |
| ขนาดไฟล์ | 44.04 KB |
| จำนวนการติดตั้ง | 448 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2022-08-29 |
| วันที่เผยแพร่ | 2022-08-16 |
| คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://ai2sql.io |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AI2sql - the Chrome extension plugin",
"description": "AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.",
"version": "0.2",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
}
},
"icons": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"permissions": [
"clipboardWrite"
]
} | |