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
官方URL 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"
    }
}