Resume Analyser
Summarize information about resumes
什麼是Resume Analyser?
Resume Analyser是由Agency Enterprise開發的Chrome擴展程式,該擴展的主要功能是“Summarize information about resumes”。
擴展截圖
下載Resume Analyser擴展crx文件
下載Resume Analyser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quickly find all relevant keywords in a resume and categorize them, allowing recruiters to make decisions way faster. 擴展基本資訊
| 名稱 | |
| ID | elmcigdcojionkbdpfkdonjcpibmlmnc |
| 官方網址 | https://chromewebstore.google.com/detail/resume-analyser/elmcigdcojionkbdpfkdonjcpibmlmnc |
| 簡介 | Summarize information about resumes |
| 檔案大小 | 207 KB |
| 安裝次數 | 54 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2021-11-18 |
| 上架時間 | 2021-11-14 |
| 開發者 | Agency Enterprise |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://ae.studio |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Resume Analyser",
"description": "Summarize information about resumes",
"version": "1.0.1",
"action": {
"default_popup": "index.html",
"default_title": "Analyze"
},
"icons": {
"16": "logo192.png",
"48": "logo192.png",
"128": "logo192.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
".\/static\/js\/content.js"
]
}
]
} | |