HR Recruitment Assistant
Upload Resume To ATS
What is HR Recruitment Assistant?
HR Recruitment Assistant is a Chrome extension developed by 大易云计算, and its main feature is "Upload Resume To ATS".
Extension Screenshots
Download HR Recruitment Assistant Extension CRX File
Download HR Recruitment Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1、一键导入简历至云招聘系统。 2、简历快速查重避免重复购买已有简历。 3、快速发布职位至各大招聘网站。
Extension Basic Information
Name | HR Recruitment Assistant |
ID | fimckmjeammfdcpldmcigeojkkmeeian |
Official URL | https://chromewebstore.google.com/detail/hr-recruitment-assistant/fimckmjeammfdcpldmcigeojkkmeeian |
Description | Upload Resume To ATS |
File Size | 343 KB |
Installation Count | 1,623 |
Current Version | 2.0.24 |
Last Updated | 2024-03-02 |
Publish Date | 2020-01-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 大易云计算 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.dayee.com/ |
Privacy Policy Page URL | https://www.wintalent.cn/wt/jsonp/proact/service |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "version": "2.0.24", "manifest_version": 3, "name": "__MSG_name__", "default_locale": "zh_CN", "description": "__MSG_description__", "icons": { "16": "assets\/images\/logo.png", "48": "assets\/images\/logo.png", "64": "assets\/images\/logo.png", "128": "assets\/images\/logo.png" }, "minimum_chrome_version": "93.0.4577.82", "background": { "service_worker": "pages\/background.bundle.js" }, "content_scripts": [ { "all_frames": true, "js": [ "pages\/content-script-end.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_origin_as_fallback": true, "match_about_blank": false, "run_at": "document_end" } ], "action": { "default_icon": "assets\/images\/logo.png", "default_title": "__MSG_name__", "default_popup": "pages\/popup.html" }, "options_ui": { "page": "pages\/options.html" }, "permissions": [ "management", "tabs", "webRequest", "declarativeNetRequest", "notifications", "storage", "unlimitedStorage", "scripting", "alarms", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/dy.png", "assets\/images\/*", "pages\/custom-script.bundle.js", "pages\/*.js.map" ], "matches": [ " |