PersiaHR Extension
Import CVs from job search sites into PersiaHR ATS
什么是PersiaHR Extension?
PersiaHR Extension是由https://www.persiahr.com开发的Chrome扩展程序,该扩展的主要功能是“Import CVs from job search sites into PersiaHR ATS”。
扩展截图
下载PersiaHR Extension扩展crx文件
下载PersiaHR Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension helps you to import resumes from popular job search sites (LinkedIn.com, Work.ua, Robota.ua, Talent.UA, GRC.ua, superjob.ua, rabota.kharkov.ua and others) in PersiaHR ATS — a simple and convenient system for automation of work of recruiters. https://www.PersiaHR.com
扩展基本信息
名称 | PersiaHR Extension |
ID | klfcbkagebjjiafdcbjopncmhlhaopkn |
官方URL | https://chromewebstore.google.com/detail/persiahr-extension/klfcbkagebjjiafdcbjopncmhlhaopkn |
简介 | Import CVs from job search sites into PersiaHR ATS |
文件大小 | 168 KB |
安装次数 | 582 |
当前版本 | 2.2.0 |
更新时间 | 2023-11-22 |
上架时间 | 2018-02-05 |
评分 | 5.00/5 共3次评分 |
开发者 | https://www.persiahr.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.persiahr.com/feature/single-database |
帮助页面URL | https://www.persiahr.com/feature/single-database |
隐私政策页面URL | https://www.persiahr.com/agreement |
支持的语言 | en,ru,uk |
manifest.json | |
{ "name": "__MSG_info_name__", "short_name": "PersiaHR", "version": "2.2.0", "manifest_version": 3, "default_locale": "uk", "description": "__MSG_info_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/www.persiahr.com\/feature\/single-database", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "background": { "service_worker": "serviceWorker.js" }, "action": { "default_icon": "icons\/button_gray.png", "default_title": "PersiaHR.com" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "select2\/select2.js", "select2\/i18n\/ru.js", "select2\/i18n\/uk.js", "contentPersia.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/persiahr.com\/*" ], "run_at": "document_end", "all_frames": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/www.persiahr.com\/*", "*:\/\/persiahr.com\/*", " |