PersiaHR Extension
Import CVs from job search sites into PersiaHR ATS
PersiaHR Extension là gì?
PersiaHR Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.persiahr.com, và tính năng chính của nó là "Import CVs from job search sites into PersiaHR ATS".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PersiaHR Extension
Tải xuống các tệp mở rộng PersiaHR Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PersiaHR Extension |
ID | klfcbkagebjjiafdcbjopncmhlhaopkn |
URL Chính Thức | https://chromewebstore.google.com/detail/persiahr-extension/klfcbkagebjjiafdcbjopncmhlhaopkn |
Mô tả | Import CVs from job search sites into PersiaHR ATS |
Kích Thước Tệp | 168 KB |
Số Lần Cài Đặt | 582 |
Phiên Bản Hiện Tại | 2.2.0 |
Cập Nhật Lần Cuối | 2023-11-22 |
Ngày Phát Hành | 2018-02-05 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.persiahr.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.persiahr.com/feature/single-database |
URL Trang Trợ Giúp | https://www.persiahr.com/feature/single-database |
URL Trang Chính Sách Bảo Mật | https://www.persiahr.com/agreement |
Ngôn Ngữ Được Hỗ Trợ | 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\/*", " |