Quicky AI

A quick and productive tool that brings ChatGPT at your fingertips on any website

Wat is Quicky AI?

Quicky AI is een Chrome-extensie ontwikkeld door https://quickyai.com, en de belangrijkste functie is "A quick and productive tool that brings ChatGPT at your fingertips on any website".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Quicky AI

Download Quicky AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🤖 Quicky AI: Instantly Use AI on Any Website with Just a Click! 🌟

Quicky AI is the ultimate productivity tool for anyone who wants to supercharge their web browsing experience with artificial intelligence. With our powerful Chrome extension, you can harness the power of AI to reword, reply, summarize, explain, answer questions, correct text, and more - all with just a few clicks!

👉 Here's what you can do with Quicky AI:

✅ Chat with any page: A chatbot you own that allows you to chat with any webpage instantly.
✅ Reword: Instantly rephrase any text you find on the web to improve clarity and readability.
✅ Reply: Quickly craft responses to emails, social media posts, and more with AI-powered suggestions.
✅ Summarize: Just with one click you can summarize the entire webpage instantly
✅ Explain: Have trouble understanding complex concepts? Let Quicky AI break them down for you in plain language.
✅ Correct: Tired of typos and grammatical errors? Let Quicky AI clean up your writing with accurate suggestions and corrections.
...and many more

🌟🚀 Keep improving your productivity and efficiency with Quicky AI, no matter what new features and capabilities we add in the future.

🎉👍 And speaking of new features, we're always working on ways to make Quicky AI even better. Some of the exciting improvements we have in the works include custom themes, history saving, custom shortcuts, and much more.

🚀 So what are you waiting for? Purchase your Quicky AI license today to start experiencing the power of AI in your web browsing!

Visit QuickyAI.com now to learn more and get started! 🎉                    

Basisinformatie over de Extensie

Naam Quicky AI Quicky AI
ID ndncogolkjfialgpgpjoonecpgocjeah
Officiële URL https://chromewebstore.google.com/detail/quicky-ai/ndncogolkjfialgpgpjoonecpgocjeah
Beschrijving A quick and productive tool that brings ChatGPT at your fingertips on any website
Bestandsgrootte 349 KB
Aantal Installaties 297
Huidige Versie 4.2.0
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2023-03-27
Beoordeling 4.50/5 Totaal 10 Beoordelingen
Ontwikkelaar https://quickyai.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://quickyai.com/
URL van de Privacybeleid Pagina https://legal.testimonial.to/privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quicky AI",
    "version": "4.2.0",
    "description": "A quick and productive tool that brings ChatGPT at your fingertips on any website",
    "options_ui": {
        "page": "src\/pages\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-32.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js",
                "readability.js"
            ],
            "css": [
                "contentStyle.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-32.png",
                "guide.png",
                "contentStyle.css",
                "roboto.ttf",
                "roboto-md.ttf",
                "src\/pages\/options\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "generateRC": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "Alt+Z",
                "chromeos": "Alt+Z",
                "linux": "Alt+Z"
            },
            "description": "Trigger QuickyAI or open response window"
        },
        "menuToggler": {
            "suggested_key": {
                "default": "Alt+J",
                "mac": "Alt+J",
                "chromeos": "Alt+J",
                "linux": "Alt+J"
            },
            "description": "Enable\/disable the selection menu"
        },
        "sendSelectedText": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            },
            "description": "Copy selected text to response window"
        },
        "summarizeArticle": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            },
            "description": "Summarize the web page"
        }
    }
}