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 |
Eメール | [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" ] } ] } |