ChatGPT for ElegantResume
Use ChatGPT in ElegantResume's resume builder to improve your resume content.
What is ChatGPT for ElegantResume?
ChatGPT for ElegantResume is a Chrome extension developed by https://elegantresume.pro, and its main feature is "Use ChatGPT in ElegantResume's resume builder to improve your resume content.".
Extension Screenshots
Download ChatGPT for ElegantResume Extension CRX File
Download ChatGPT for ElegantResume extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pijgmodkggpgabcdeaklempbofngmfnf |
Official URL | https://chromewebstore.google.com/detail/chatgpt-for-elegantresume/pijgmodkggpgabcdeaklempbofngmfnf |
Description | Use ChatGPT in ElegantResume's resume builder to improve your resume content. |
File Size | 135 KB |
Installation Count | 750 |
Current Version | 1.0.1 |
Last Updated | 2023-03-04 |
Publish Date | 2023-02-21 |
Developer | https://elegantresume.pro |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |