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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | AI2sql - the Chrome extension plugin |
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" ] } |