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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
} | |