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 là gì?

AI2sql - the Chrome extension plugin là một tiện ích mở rộng Chrome được phát triển bởi https://ai2sql.io, và tính năng chính của nó là "AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI2sql - the Chrome extension plugin

Tải xuống các tệp mở rộng AI2sql - the Chrome extension plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI2sql - the Chrome extension plugin AI2sql - the Chrome extension plugin
ID igdjlakahlpaifjlfbhocmajhpmieomi
URL Chính Thức https://chromewebstore.google.com/detail/ai2sql-the-chrome-extensi/igdjlakahlpaifjlfbhocmajhpmieomi
Mô tả AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.
Kích Thước Tệp 44.04 KB
Số Lần Cài Đặt 448
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-08-29
Ngày Phát Hành 2022-08-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://ai2sql.io
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}