Resumely - AI Powered Resume Summary

Automatically generate content to copy/paste into resume field questions using your experience.

什麼是Resumely - AI Powered Resume Summary?

Resumely - AI Powered Resume Summary是由https://codelucent.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically generate content to copy/paste into resume field questions using your experience.”。

擴展截圖

screenshot
screenshot
screenshot

下載Resumely - AI Powered Resume Summary擴展crx文件

下載Resumely - AI Powered Resume Summary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Resumely is the AI resume summary builder for those applying to jobs.  Resumely enables you to upload your own resume and experience and get on-demand resume summaries based on job descriptions you are applying for.

It's as simple as uploading your resume information and uploading content on the job description.  You will receive back a unique and personalized cover letter or summary text for you to copy into each application. 

Save time and stand out through comparisons and personalized resume summaries.                    

擴展基本資訊

名稱 Resumely - AI Powered Resume Summary Resumely - AI Powered Resume Summary
ID algdeaeafmpcijckjefedebmdmfbhakl
官方網址 https://chromewebstore.google.com/detail/resumely-ai-powered-resum/algdeaeafmpcijckjefedebmdmfbhakl
簡介 Automatically generate content to copy/paste into resume field questions using your experience.
檔案大小 135 KB
安裝次數 50
目前版本 1.0.1
更新時間 2023-09-05
上架時間 2023-08-23
評分 5.00/5 共 1 次評分
開發者 https://codelucent.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://codelucent.com/
說明頁面URL https://twitter.com/BigaDavid
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resumely - AI Powered Resume Summary",
    "version": "1.0.1",
    "description": "Automatically generate content to copy\/paste into resume field questions using your experience.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/eventPage.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}