Resgen
Custom resumes for every job.
什么是Resgen?
Resgen是由Resgen开发的Chrome扩展程序,该扩展的主要功能是“Custom resumes for every job.”。
扩展截图
下载Resgen扩展crx文件
下载Resgen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No more futzing and fine-tuning. Land more interviews with tailored resumes based on job descriptions and your experiences. Fill in your details, install the plugin, and then navigate to LinkedIn to start creating custom resumes for every single job posting.
扩展基本信息
名称 | Resgen |
ID | bahpflgkaadljibfgbgggkmgfcdfmana |
官方URL | https://chromewebstore.google.com/detail/resgen/bahpflgkaadljibfgbgggkmgfcdfmana |
简介 | Custom resumes for every job. |
文件大小 | 48.64 KB |
安装次数 | 78 |
当前版本 | 0.2.0 |
更新时间 | 2023-09-07 |
上架时间 | 2023-07-15 |
开发者 | Resgen |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://resgen.app |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Resgen", "version": "0.2.0", "description": "Custom resumes for every job.", "content_scripts": [ { "js": [ "js\/linkedin.js" ], "matches": [ "https:\/\/*.linkedin.com\/*" ], "css": [ "css\/output.css" ] } ], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ], "permissions": [ "storage", "activeTab" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "index.html" }, "icons": { "16": "img\/favicon-16x16.png", "32": "img\/favicon-32x32.png" }, "web_accessible_resources": [ { "resources": [ "img\/favicon-32x32.png" ], "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.greenhouse.io\/*" ] } ] } |