AI2sql - the Chrome extension plugin

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

Co to jest AI2sql - the Chrome extension plugin?

AI2sql - the Chrome extension plugin to rozszerzenie Chrome opracowane przez https://ai2sql.io, a jego główną funkcją jest „AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AI2sql - the Chrome extension plugin

Pobierz pliki rozszerzeń AI2sql - the Chrome extension plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AI2sql - the Chrome extension plugin AI2sql - the Chrome extension plugin
ID igdjlakahlpaifjlfbhocmajhpmieomi
Oficjalny URL https://chromewebstore.google.com/detail/ai2sql-the-chrome-extensi/igdjlakahlpaifjlfbhocmajhpmieomi
Opis AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.
Rozmiar pliku 44.04 KB
Liczba instalacji 448
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2022-08-29
Data Publikacji 2022-08-16
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://ai2sql.io
E-mail [email protected]
Typ Płatności in_app
Obsługiwane Języki 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"
    ]
}