chadGPT

Upgrade your LinkedIn connect intro messages. Automatic message template generator

Was ist chadGPT?

chadGPT ist eine Chrome-Erweiterung, die von areibman entwickelt wurde, und ihr Hauptmerkmal ist "Upgrade your LinkedIn connect intro messages. Automatic message template generator".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

chadGPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie chadGPT-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

                        Rizz up your LinkedIn messages with ChadGPT. This plugin automatically creates connect messages for you based on the contents of your profile and your recipients profile using the power of AI.

Save time drafting messages-- be a Chad!                    

Grundlegende Informationen zur Erweiterung

Name chadGPT chadGPT
ID nhekipmihkpmekdnhnchchjancdjkcnk
Offizielle URL https://chromewebstore.google.com/detail/chadgpt/nhekipmihkpmekdnhnchchjancdjkcnk
Beschreibung Upgrade your LinkedIn connect intro messages. Automatic message template generator
Dateigröße 2.55 MB
Installationsanzahl 93
Aktuelle Version 4.5.0
Letztes Update 2023-03-24
Veröffentlichungsdatum 2023-03-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler areibman
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Upgrade your LinkedIn connect intro messages. Automatic message template generator",
    "version": "4.5.0",
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "*:\/\/linkedin.com\/",
            "https:\/\/www.linkedin.com\/",
            "http:\/\/www.linkedin.com\/",
            "https:\/\/linkedin.com\/*",
            "*:\/\/*.linkedin.com\/*"
        ]
    },
    "name": "chadGPT",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/",
                "https:\/\/www.linkedin.com\/",
                "http:\/\/www.linkedin.com\/",
                "https:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}