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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://quickie.ai/support
عنوان صفحة سياسة الخصوصية 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"
    ]
}