Cmd J – ChatGPT for Chrome

Use ChatGPT on any tab without copy-pasting

Hvad er Cmd J – ChatGPT for Chrome?

Cmd J – ChatGPT for Chrome er en Chrome-udvidelse udviklet af Yurii Rebryk, og dens hovedfunktion er "Use ChatGPT on any tab without copy-pasting".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Cmd J – ChatGPT for Chrome-udvidelses-CRX-fil

Download Cmd J – ChatGPT for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Cmd J – ChatGPT for Chrome Cmd J – ChatGPT for Chrome
ID pefighpbbfkgkmfmpfgaopoahdmkakll
Officiel URL https://chromewebstore.google.com/detail/cmd-j-%E2%80%93-chatgpt-for-chrom/pefighpbbfkgkmfmpfgaopoahdmkakll
Beskrivelse Use ChatGPT on any tab without copy-pasting
Filstørrelse 1.9 MB
Antal Installationer 4,535
Nuværende Version 1.8.1
Senest Opdateret 2023-04-11
Udgivelsesdato 2023-01-16
Bedømmelse 3.80/5 Samlet 41 Bedømmelser
Udvikler Yurii Rebryk
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cmdj.app
Hjælpeside-URL https://cmdj.app/support
URL til Fortrolighedspolitik Side https://cmdj.app/privacy
Understøttede Sprog 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"
        ]
    }
}