Upwork Cover Letter Generator with Chat GPT
Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.
Что такое Upwork Cover Letter Generator with Chat GPT?
Upwork Cover Letter Generator with Chat GPT - это расширение Chrome, разработанное https://webhelpagency.com, и его основная функция - "Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.".
Снимки экрана расширения
Скачать файл CRX расширения Upwork Cover Letter Generator with Chat GPT
Скачайте файлы расширений Upwork Cover Letter Generator with Chat GPT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is designed to work specifically on Upwork job post pages. Once you click on the extension, it automatically searches for the job description on the Upwork job page and combines it with a predefined prompt. It then sends a request to the ChatGPT API using your API key obtained from the OpenAI settings page. The extension retrieves the generated text from the API response and displays it as a cover letter. The cover letter is shown in the extension’s popup.
Основная информация о расширении
Название | Upwork Cover Letter Generator with Chat GPT |
ID | ahfgmlpibheiaeehloilhlkipoonmcfk |
Официальный URL | https://chromewebstore.google.com/detail/upwork-cover-letter-gener/ahfgmlpibheiaeehloilhlkipoonmcfk |
Описание | Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT. |
Размер файла | 19.25 KB |
Количество установок | 67 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-07-06 |
Дата публикации | 2023-07-05 |
Разработчик | https://webhelpagency.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://webhelpagency.com/upwork-cover-letter-generator-with-chat-gpt/ |
URL страницы политики конфиденциальности | https://webhelpagency.com/privacy-policy-upwork-cover-letter-generator-with-chat-gpt |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upwork Cover Letter Generator with Chat GPT", "version": "1.0", "description": "Searches for job descriptions on Upwork job post page and generate Cover Letter with Chat GPT.", "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/upwork.com\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/js\/content_script.js" ], "matches": [ "https:\/\/upwork.com\/*" ] } ], "action": { "default_icon": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "service_worker": "assets\/js\/background.js" } } |