ChatGPT for ElegantResume

Use ChatGPT in ElegantResume's resume builder to improve your resume content.

ChatGPT for ElegantResumeคืออะไร?

ChatGPT for ElegantResume เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://elegantresume.pro และคุณลักษณะหลักของมันคือ "Use ChatGPT in ElegantResume's resume builder to improve your resume content."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT for ElegantResume

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT for ElegantResume ChatGPT for ElegantResume
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"
            ]
        }
    ]
}