chadGPT

Upgrade your LinkedIn connect intro messages. Automatic message template generator

Τι είναι το chadGPT;

Το chadGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον areibman, και η κύρια λειτουργία του είναι "Upgrade your LinkedIn connect intro messages. Automatic message template generator".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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!                    

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

Όνομα chadGPT chadGPT
ID nhekipmihkpmekdnhnchchjancdjkcnk
Επίσημο URL https://chromewebstore.google.com/detail/chadgpt/nhekipmihkpmekdnhnchchjancdjkcnk
Περιγραφή Upgrade your LinkedIn connect intro messages. Automatic message template generator
Μέγεθος Αρχείου 2.55 MB
Αριθμός Εγκαταστάσεων 93
Τρέχουσα Έκδοση 4.5.0
Τελευταία Ενημέρωση 2023-03-24
Ημερομηνία Δημοσίευσης 2023-03-13
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής areibman
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}