AI2sql - the Chrome extension plugin

AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.

What is AI2sql - the Chrome extension plugin?

AI2sql - the Chrome extension plugin is a Chrome extension developed by https://ai2sql.io, and its main feature is "AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.".

Extension Screenshots

screenshot
screenshot
screenshot

Download AI2sql - the Chrome extension plugin Extension CRX File

Download AI2sql - the Chrome extension plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AI2sql - the Chrome extension plugin AI2sql - the Chrome extension plugin
ID igdjlakahlpaifjlfbhocmajhpmieomi
Official URL https://chromewebstore.google.com/detail/ai2sql-the-chrome-extensi/igdjlakahlpaifjlfbhocmajhpmieomi
Description AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.
File Size 44.04 KB
Installation Count 448
Current Version 0.2
Last Updated 2022-08-29
Publish Date 2022-08-16
Rating 5.00/5 Total 4 Ratings
Developer https://ai2sql.io
Email [email protected]
Payment Type in_app
Supported Languages 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"
    ]
}