Cmd J – ChatGPT for Chrome

Use ChatGPT on any tab without copy-pasting

¿Qué es Cmd J – ChatGPT for Chrome?

Cmd J – ChatGPT for Chrome es una extensión de Chrome desarrollada por Yurii Rebryk, y su función principal es "Use ChatGPT on any tab without copy-pasting".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cmd J – ChatGPT for Chrome

Descarga archivos de extensión Cmd J – ChatGPT for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Cmd J – ChatGPT for Chrome Cmd J – ChatGPT for Chrome
ID pefighpbbfkgkmfmpfgaopoahdmkakll
URL Oficial https://chromewebstore.google.com/detail/cmd-j-%E2%80%93-chatgpt-for-chrom/pefighpbbfkgkmfmpfgaopoahdmkakll
Descripción Use ChatGPT on any tab without copy-pasting
Tamaño del Archivo 1.9 MB
Cantidad de Instalaciones 4,535
Versión Actual 1.8.1
Última Actualización 2023-04-11
Fecha de Publicación 2023-01-16
Calificación 3.80/5 Total de 41 Calificaciones
Desarrollador Yurii Rebryk
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cmdj.app
URL de la Página de Ayuda https://cmdj.app/support
URL de la Página de Política de Privacidad https://cmdj.app/privacy
Idiomas Soportados 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"
        ]
    }
}