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.
拡張機能の基本情報
名前 | Resume Analyser |
ID | elmcigdcojionkbdpfkdonjcpibmlmnc |
公式URL | 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 |
Eメール | [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" ] } ] } |