Quicky AI

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

Qu'est-ce que Quicky AI ?

Quicky AI est une extension Chrome développée par https://quickyai.com, et sa fonction principale est "A quick and productive tool that brings ChatGPT at your fingertips on any website".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quicky AI

Téléchargez les fichiers d'extension Quicky AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Quicky AI Quicky AI
ID ndncogolkjfialgpgpjoonecpgocjeah
URL Officiel https://chromewebstore.google.com/detail/quicky-ai/ndncogolkjfialgpgpjoonecpgocjeah
Description A quick and productive tool that brings ChatGPT at your fingertips on any website
Taille du Fichier 349 KB
Nombre d'Installations 297
Version Actuelle 4.2.0
Dernière Mise à Jour 2024-02-28
Date de Publication 2023-03-27
Évaluation 4.50/5 Total 10 Évaluations
Développeur https://quickyai.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://quickyai.com/
URL de la Page de Politique de Confidentialité https://legal.testimonial.to/privacy
Langues Prises en Charge 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"
        }
    }
}