Quickie AI

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

Что такое Quickie AI?

Quickie AI - это расширение Chrome, разработанное Quickie AI, и его основная функция - "Get more done faster with contextual A.I. shortcuts!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Quickie AI

Скачайте файлы расширений 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
Официальный 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"
    ]
}