Quickie AI

Get more done faster with contextual A.I. shortcuts!

Quickie AI là gì?

Quickie AI là một tiện ích mở rộng Chrome được phát triển bởi Quickie AI, và tính năng chính của nó là "Get more done faster with contextual A.I. shortcuts!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quickie AI

Tải xuống các tệp mở rộng Quickie AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quickie AI Quickie AI
ID ahkibfidiagefpjpcbmgimnnonaoidgo
URL Chính Thức https://chromewebstore.google.com/detail/quickie-ai/ahkibfidiagefpjpcbmgimnnonaoidgo
Mô tả Get more done faster with contextual A.I. shortcuts!
Kích Thước Tệp 50.08 KB
Số Lần Cài Đặt 532
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-02-07
Ngày Phát Hành 2023-01-08
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Quickie AI
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://quickie.ai
URL Trang Trợ Giúp https://quickie.ai/support
URL Trang Chính Sách Bảo Mật https://quickie.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}