ChatGPT for ElegantResume
Use ChatGPT in ElegantResume's resume builder to improve your resume content.
Co to jest ChatGPT for ElegantResume?
ChatGPT for ElegantResume to rozszerzenie Chrome opracowane przez https://elegantresume.pro, a jego główną funkcją jest „Use ChatGPT in ElegantResume's resume builder to improve your resume content.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChatGPT for ElegantResume
Pobierz pliki rozszerzeń ChatGPT for ElegantResume w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pijgmodkggpgabcdeaklempbofngmfnf |
Oficjalny URL | https://chromewebstore.google.com/detail/chatgpt-for-elegantresume/pijgmodkggpgabcdeaklempbofngmfnf |
Opis | Use ChatGPT in ElegantResume's resume builder to improve your resume content. |
Rozmiar pliku | 135 KB |
Liczba instalacji | 750 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-03-04 |
Data Publikacji | 2023-02-21 |
Deweloper | https://elegantresume.pro |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |