Quicky AI

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

Was ist Quicky AI?

Quicky AI ist eine Chrome-Erweiterung, die von https://quickyai.com entwickelt wurde, und ihr Hauptmerkmal ist "A quick and productive tool that brings ChatGPT at your fingertips on any website".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Quicky AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quicky AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🤖 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! 🎉                    

Grundlegende Informationen zur Erweiterung

Name Quicky AI Quicky AI
ID ndncogolkjfialgpgpjoonecpgocjeah
Offizielle URL https://chromewebstore.google.com/detail/quicky-ai/ndncogolkjfialgpgpjoonecpgocjeah
Beschreibung A quick and productive tool that brings ChatGPT at your fingertips on any website
Dateigröße 349 KB
Installationsanzahl 297
Aktuelle Version 4.2.0
Letztes Update 2024-02-28
Veröffentlichungsdatum 2023-03-27
Bewertung 4.50/5 Insgesamt 10 Bewertungen
Entwickler https://quickyai.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://quickyai.com/
URL der Datenschutzrichtlinien-Seite https://legal.testimonial.to/privacy
Unterstützte Sprachen 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"
        }
    }
}