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!”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Quickie AI
ID ahkibfidiagefpjpcbmgimnnonaoidgo
官方網址 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"
    ]
}