Quickie AI
Get more done faster with contextual A.I. shortcuts!
Quickie AIとは何ですか?
Quickie AIはQuickie AIによって開発されたChromeの拡張機能で、その主な機能は「Get more done faster with contextual A.I. shortcuts!」です。
拡張機能のスクリーンショット
Quickie AI拡張機能のCRXファイルをダウンロード
Quickie AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickie helps you and your team get more done faster with contextual A.I. applets right at your fingertips! Research and generate content with the click of a button.
拡張機能の基本情報
名前 | Quickie AI |
ID | ahkibfidiagefpjpcbmgimnnonaoidgo |
公式URL | https://chromewebstore.google.com/detail/quickie-ai/ahkibfidiagefpjpcbmgimnnonaoidgo |
説明 | Get more done faster with contextual A.I. shortcuts! |
ファイルサイズ | 50.08 KB |
インストール数 | 532 |
現在のバージョン | 1.1.0 |
最終更新日 | 2023-02-07 |
公開日 | 2023-01-08 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Quickie AI |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://quickie.ai |
ヘルプページのURL | https://quickie.ai/support |
プライバシーポリシーページのURL | https://quickie.ai/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quickie AI", "description": "Get more done faster with contextual A.I. shortcuts!", "version": "1.1.0", "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": [ "activeTab", "scripting" ] } |