Quickie AI

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

What is Quickie AI?

Quickie AI is a Chrome extension developed by Quickie AI, and its main feature is "Get more done faster with contextual A.I. shortcuts!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Quickie AI Extension CRX File

Download Quickie AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quickie AI Quickie AI
ID ahkibfidiagefpjpcbmgimnnonaoidgo
Official URL https://chromewebstore.google.com/detail/quickie-ai/ahkibfidiagefpjpcbmgimnnonaoidgo
Description Get more done faster with contextual A.I. shortcuts!
File Size 50.08 KB
Installation Count 532
Current Version 1.1.0
Last Updated 2023-02-07
Publish Date 2023-01-08
Rating 3.00/5 Total 2 Ratings
Developer Quickie AI
Email [email protected]
Payment Type in_app
Extension Website https://quickie.ai
Help Page URL https://quickie.ai/support
Privacy Policy Page URL https://quickie.ai/privacy
Supported Languages 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"
    ]
}