AI2sql - the Chrome extension plugin
AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.
Cos'è AI2sql - the Chrome extension plugin?
AI2sql - the Chrome extension plugin è un'estensione di Chrome sviluppata da https://ai2sql.io, e la sua funzione principale è "AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AI2sql - the Chrome extension plugin
Scarica i file di estensione AI2sql - the Chrome extension plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AI2sql - the Chrome extension plugin |
ID | igdjlakahlpaifjlfbhocmajhpmieomi |
URL Ufficiale | https://chromewebstore.google.com/detail/ai2sql-the-chrome-extensi/igdjlakahlpaifjlfbhocmajhpmieomi |
Descrizione | AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds. |
Dimensione del File | 44.04 KB |
Conteggio Installazioni | 448 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2022-08-29 |
Data di Pubblicazione | 2022-08-16 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://ai2sql.io |
[email protected] | |
Tipo di Pagamento | in_app |
Lingue Supportate | 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" ] } |