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はhttps://ai2sql.ioによって開発されたChromeの拡張機能で、その主な機能は「AI2sql is an AI-powered SQL generator that lets you write your SQL in seconds.」です。
拡張機能のスクリーンショット
AI2sql - the Chrome extension plugin拡張機能のCRXファイルをダウンロード
AI2sql - the Chrome extension plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |