ChatGPT for ElegantResume
Use ChatGPT in ElegantResume's resume builder to improve your resume content.
Cos'è ChatGPT for ElegantResume?
ChatGPT for ElegantResume è un'estensione di Chrome sviluppata da https://elegantresume.pro, e la sua funzione principale è "Use ChatGPT in ElegantResume's resume builder to improve your resume content.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT for ElegantResume
Scarica i file di estensione ChatGPT for ElegantResume in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pijgmodkggpgabcdeaklempbofngmfnf |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-for-elegantresume/pijgmodkggpgabcdeaklempbofngmfnf |
Descrizione | Use ChatGPT in ElegantResume's resume builder to improve your resume content. |
Dimensione del File | 135 KB |
Conteggio Installazioni | 750 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-03-04 |
Data di Pubblicazione | 2023-02-21 |
Sviluppatore | https://elegantresume.pro |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |