PR Sourcing Tool
Save time when sourcing candidates.
PR Sourcing Tool là gì?
PR Sourcing Tool là một tiện ích mở rộng Chrome được phát triển bởi https://passivereferral.com, và tính năng chính của nó là "Save time when sourcing candidates.".
Ả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 PR Sourcing Tool
Tải xuống các tệp mở rộng PR Sourcing Tool 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
BOT Shreyasi by Passivereferral is AI Telephonic Conversational HR, which speaks to candidate over the phone and tale care of end to end talent acquisition Process for employer PR sourcing tool help companies to automate candidate search and connect to large number of candidates in a go Passivereferral is a leading HR technology company, with product like applicant tracking system, Talent Crowdsourcing tool, Employee referral tool and many more
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PR Sourcing Tool |
ID | eejiciddgbndipimcblbaefniedednnl |
URL Chính Thức | https://chromewebstore.google.com/detail/pr-sourcing-tool/eejiciddgbndipimcblbaefniedednnl |
Mô tả | Save time when sourcing candidates. |
Kích Thước Tệp | 232 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 2.8.8 |
Cập Nhật Lần Cuối | 2022-10-25 |
Ngày Phát Hành | 2020-06-13 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://passivereferral.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://passivereferral.com |
URL Trang Trợ Giúp | https://support.passivereferral.com |
URL Trang Chính Sách Bảo Mật | https://passivereferral.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PR Sourcing Tool", "description": "Save time when sourcing candidates.", "version": "2.8.8", "devtools_page": "devtools.html", "web_accessible_resources": [ "\/js\/scripts.js" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery-2.2.4.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "storage", "tabs", "*:\/\/*.naukri.com\/", "*:\/\/*.shine.com\/", "*:\/\/*.passivereferral.com\/", "https:\/\/api.passivereferral.com\/", "https:\/\/www.passivereferral.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*.passivereferral.com\/" ], "js": [ "jquery-2.2.4.min.js", "content.js" ], "run_at": "document_end", "css": [ "css\/style.css" ] } ] } |