ChatGPT for ElegantResume
Use ChatGPT in ElegantResume's resume builder to improve your resume content.
什么是ChatGPT for ElegantResume?
ChatGPT for ElegantResume是由https://elegantresume.pro开发的Chrome扩展程序,该扩展的主要功能是“Use ChatGPT in ElegantResume's resume builder to improve your resume content.”。
扩展截图
下载ChatGPT for ElegantResume扩展crx文件
下载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.
扩展基本信息
名称 | |
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" ] } ] } |