ChatGPT for ElegantResume

Use ChatGPT in ElegantResume's resume builder to improve your resume content.

Что такое ChatGPT for ElegantResume?

ChatGPT for ElegantResume - это расширение Chrome, разработанное https://elegantresume.pro, и его основная функция - "Use ChatGPT in ElegantResume's resume builder to improve your resume content.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения ChatGPT for ElegantResume

Скачайте файлы расширений ChatGPT for ElegantResume в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With this extension, you can use ChatGPT in ElegantResume's resume builder web app. It can help you log in to your ChatGPT account, send your questions to ChatGPT, and get answers from ChatGPT. With the extension, you don't need to manually copy and paste your resume to ChatGPT.                    

Основная информация о расширении

Название ChatGPT for ElegantResume ChatGPT for ElegantResume
ID pijgmodkggpgabcdeaklempbofngmfnf
Официальный URL https://chromewebstore.google.com/detail/chatgpt-for-elegantresume/pijgmodkggpgabcdeaklempbofngmfnf
Описание Use ChatGPT in ElegantResume's resume builder to improve your resume content.
Размер файла 135 KB
Количество установок 750
Текущая Версия 1.0.1
Последнее Обновление 2023-03-04
Дата публикации 2023-02-21
Разработчик https://elegantresume.pro
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/builder.elegantresume.pro\/app*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ]
}