Cmd J – ChatGPT for Chrome

Use ChatGPT on any tab without copy-pasting

Was ist Cmd J – ChatGPT for Chrome?

Cmd J – ChatGPT for Chrome ist eine Chrome-Erweiterung, die von Yurii Rebryk entwickelt wurde, und ihr Hauptmerkmal ist "Use ChatGPT on any tab without copy-pasting".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Cmd J – ChatGPT for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cmd J – ChatGPT for Chrome-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

                        Supercharge your productivity by using ChatGPT on any tab without hassle of copy-pasting with our easy-to-use Chrome extension.

Improve your writing, generate blog posts and crush coding issues with ChatGPT keyboard shortcut.

💌 Write emails like a native speaker
Feel confident about your grammar, spelling and writing style. Simply select the text and press Cmd/Alt + J 🤯

🔍 Get human-like answers to your searches
Get the answer you need instantly, without searching through pages of Google results. Don't press anything. We've got you covered 👌

👍 Boost your social engagement
Generate post drafts for your social media in case you are stuck or have run out of ideas. Simply press Cmd/Alt + J 😎

👩🏼‍💻 Fix code bugs 10x faster
Quickly get code explanations and answers to hard coding issues not answered on StackOverflow. Right, again press Cmd/Alt + J 🪄

💡 Do you have any cool prompts in mind?
Drop us a line at https://cmdj.app/support                    

Grundlegende Informationen zur Erweiterung

Name Cmd J – ChatGPT for Chrome Cmd J – ChatGPT for Chrome
ID pefighpbbfkgkmfmpfgaopoahdmkakll
Offizielle URL https://chromewebstore.google.com/detail/cmd-j-%E2%80%93-chatgpt-for-chrom/pefighpbbfkgkmfmpfgaopoahdmkakll
Beschreibung Use ChatGPT on any tab without copy-pasting
Dateigröße 1.9 MB
Installationsanzahl 4,535
Aktuelle Version 1.8.1
Letztes Update 2023-04-11
Veröffentlichungsdatum 2023-01-16
Bewertung 3.80/5 Insgesamt 41 Bewertungen
Entwickler Yurii Rebryk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cmdj.app
Hilfeseite URL https://cmdj.app/support
URL der Datenschutzrichtlinien-Seite https://cmdj.app/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuep432sbTe6e+Vh+AhbYI4iJyotyHxqAWt9kyYIgcqNLnk9pvPrnUWnPh9uGo0kYdNmYAD0+aqt8ivxs3Y0i3FQLgAxiAj8pO9tBf7DpyIpa3ToDySWQugkVAPbbsynJKU\/D\/GoZ7BeODMYq+AutyVwqJAVQhJnEC+O9aNP\/ECj6K40T2lYa1kzpV3MpQBMi5cu8y4BU0F9vxj7qMIUzru+QrBV2Xn972J3PAF6P9SKis\/n2PnNSxPfjdkoub2rl56VlbLHe70TR7Et2XtY9LxU+7UE9cAjacxoe9oNO7H1pfC1UNBFLJd61CNpBo3ACHIhw9S0XiaPRw7V8aRfOEQIDAQAB",
    "name": "Cmd J \u2013 ChatGPT for Chrome",
    "description": "Use ChatGPT on any tab without copy-pasting",
    "version": "1.8.1",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "webcomponents-bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "content-script.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/ionicons\/*.svg",
                "\/assets\/icons\/*.svg",
                "\/assets\/fonts\/*",
                "\/assets\/badges\/*.svg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "https:\/\/cmdj.app\/"
    ],
    "permissions": [
        "storage",
        "cookies",
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J",
                "windows": "Alt+J",
                "linux": "Alt+J",
                "mac": "Command+J"
            }
        }
    },
    "action": {
        "default_title": "Default Action"
    },
    "oauth2": {
        "client_id": "386004781126-osknl7a9gjo3ut594ms28v04d1ikgn6t.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email"
        ]
    }
}