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 |
官方網址 | 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\/*" ] } ] } |