QuickChat AI

Your second brain for the internet

Τι είναι το QuickChat AI;

Το QuickChat AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://quicktask.app, και η κύρια λειτουργία του είναι "Your second brain for the internet".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης QuickChat AI

Λήψη αρχείων επέκτασης QuickChat AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Why use QuickTask AI⏱?

⚡️ Ask > Save > Automate 💻

⚡️ Enjoy lightning-fast access to ChatGPT and Bard

⚡️ Use the ALT + Q shortcut to open the AI chat window

How to use💻:
1) Simply login to Bard and ChatGPT app from your browser
2) "Add to Chrome" button at the upper right corner.
3) Kindly Refresh all tabs after installation
4) Hit Alt + Q for the chat window


How it works: Ask > Save > Automate 

🎯 Ask AI: Ask and summarize anything, and get answers from ChatGPT and Bard
💾 Save: Save text generated by AI and web content. You can save your emails, research, and marketing collaterals generated by AI with one click

Privacy and Safety first🏆:
👮Your saved data is stored solely on the local storage of your own device

Note: We are not affiliated with ChatGPT, Bard, or any companies from the images or logos presented on our store page. We are not endorsed by them. The use of company logos does not imply endorsement, sponsorship, or affiliation with the respective companies. We are using the logos under fair use. Fair use is a legal doctrine that allows the use of copyrighted material without permission from the copyright holder in certain limited circumstances. In our case, we are using the logos to identify the products or features we support. We are not using the logos in a way that is likely to confuse consumers or to imply that we are affiliated with the owners of the logos.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα QuickChat AI QuickChat AI
ID enkpdkkepcfneniefhijllbcohejkcjk
Επίσημο URL https://chromewebstore.google.com/detail/quickchat-ai/enkpdkkepcfneniefhijllbcohejkcjk
Περιγραφή Your second brain for the internet
Μέγεθος Αρχείου 1.69 MB
Αριθμός Εγκαταστάσεων 889
Τρέχουσα Έκδοση 0.1.10
Τελευταία Ενημέρωση 2023-12-15
Ημερομηνία Δημοσίευσης 2023-06-24
Αξιολόγηση 4.93/5 Συνολικά 46 Αξιολογήσεις
Προγραμματιστής https://quicktask.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.google.com/forms/d/e/1FAIpQLSfxC0ggD4kmanvOyZiYbC1GkZfYbgcbPne-kiY71WSDM3zFbw/viewform?ref=taskassist.ghost.io
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1zcVoX6RcF-9RA78zizuOxUHaePriKaNUv5iSffNtnfw/edit
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "0.1.10",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "QuickChat AI - ChatGPT and Bard App"
    },
    "icons": {
        "128": "icon.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q",
                "windows": "Alt+Q",
                "linux": "Alt+Q"
            }
        },
        "open-chat-window": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W",
                "windows": "Alt+W",
                "linux": "Alt+W"
            },
            "description": "Open the Chat Window"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js",
                "worker\/rrweb.min.js"
            ],
            "css": [
                "assets\/css\/contentStyle17025715964.chunk.css"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "src\/pages\/*\/*.html",
                "src\/pages\/*\/*.js",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}