Chat GPT

Automate Chat GPT Prompts With Our Chat GPT Chrome Extension

Τι είναι το Chat GPT;

Το Chat GPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chromegpt.net, και η κύρια λειτουργία του είναι "Automate Chat GPT Prompts With Our Chat GPT Chrome Extension".

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing ChromeGPT - a ChatGPT chrome extension productivity tool for anyone who wants to save time and streamline their ChatGPT workflow! 

With this ChatGPT Chrome extension, you can create custom ChatGPT prompt library that can be used again and again with the click of a button, eliminating the need for repetitive typing or switching back and forth between tabs on Google Chrome. 

After creating your re-usable ChatGPT prompts in the options page, you can highlight text on any webpage, right-click and select one of your pre-saved prompts. Our ChatGPT chrome extension automates the rest of the process for you, saving you time and effort of copying/pasting/typing manually.

If you are looking for a ChatGPT chrome extension that saves you time, download our ChromeGPT extension today.                    

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

Όνομα Chat GPT Chat GPT
ID diaiocjbahpbddjgnhkejfiiialifono
Επίσημο URL https://chromewebstore.google.com/detail/chat-gpt/diaiocjbahpbddjgnhkejfiiialifono
Περιγραφή Automate Chat GPT Prompts With Our Chat GPT Chrome Extension
Μέγεθος Αρχείου 290 KB
Αριθμός Εγκαταστάσεων 6,000
Τρέχουσα Έκδοση 1.7.6
Τελευταία Ενημέρωση 2024-01-01
Ημερομηνία Δημοσίευσης 2023-05-09
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://chromegpt.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.chromegpt.net
Διεύθυνση URL της Σελίδας Βοήθειας https://www.chromegpt.net/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.chromegpt.net/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat GPT",
    "version": "1.7.6",
    "description": "Automate Chat GPT Prompts With Our Chat GPT Chrome Extension",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "omnibox": {
        "keyword": "gpt:"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/fontawesome.min.css",
                "css\/regular.min.css"
            ],
            "js": [
                "js\/scripts\/chatPrompt.js"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/styles.css",
                "css\/fontawesome.min.css",
                "webfonts\/fa-regular-400.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-32.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Chrome GPT",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html"
}