Factorial Sourcing
Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.
Factorial Sourcing là gì?
Factorial Sourcing là một tiện ích mở rộng Chrome được phát triển bởi Factorial HR, và tính năng chính của nó là "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.".
Ả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 Factorial Sourcing
Tải xuống các tệp mở rộng Factorial Sourcing 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
Sourcing candidates is a very time-consuming method to acquire candidates, but it is also key to get the best talent. This extension enables Factorial clients to make sourcing straightforward by allowing to import candidate profiles from LinkedIn and other popular sites. - Assign candidates to a specific job opening and phase - Gather candidate contact information
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Factorial Sourcing |
ID | ceaieellonhoiaielfdbelnpblojpecd |
URL Chính Thức | https://chromewebstore.google.com/detail/factorial-sourcing/ceaieellonhoiaielfdbelnpblojpecd |
Mô tả | Import candidates easily from different websites such as LinkedIn into your job openings in Factorial. |
Kích Thước Tệp | 20.68 KB |
Số Lần Cài Đặt | 160 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2023-01-14 |
Ngày Phát Hành | 2023-01-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Factorial HR |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://factorialhr.com/ |
URL Trang Trợ Giúp | https://help.factorialhr.com/ |
URL Trang Chính Sách Bảo Mật | https://factorialhr.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Factorial Sourcing", "description": "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.", "version": "0.1.1", "minimum_chrome_version": "108", "action": { "default_icon": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } }, "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "content_scripts": [ { "js": [ "js\/tab.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] }, { "js": [ "js\/linkedin.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] }, { "js": [ "js\/linkedin_talent.js" ], "matches": [ "https:\/\/www.linkedin.com\/talent\/*" ] } ], "web_accessible_resources": [ { "resources": [ "sidebar.html", "js\/sidebar.js", "css\/sidebar.css", "css\/tab.css" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+F", "mac": "Alt+Shift+F", "chromeos": "Alt+Shift+F", "linux": "Alt+Shift+F" } } }, "permissions": [ "cookies", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/app.factorialhr.com\/", "https:\/\/api.factorialhr.com\/" ] } |