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": [
                ""
            ]
        }
    ]
}