BarRaiser
BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.
BarRaiser là gì?
BarRaiser là một tiện ích mở rộng Chrome được phát triển bởi https://barraiser.com, và tính năng chính của nó là "BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.".
Ả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 BarRaiser
Tải xuống các tệp mở rộng BarRaiser 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
With BarRaiser’s Chrome extension, interviewers can go through candidate information, conduct interviews, and fill in feedback. Interviewers have got their best friend in the form of a BarRaiser interview assistant. Interviewers will have the candidate profile, the flow of the interview, sample questions, and the most advanced feedback-capturing mechanism. As soon as the interview is finished, your feedback is also captured so no more spending time writing detailed feedback. Recruiters and Hiring managers can go through the feedback and highlights of the interview to make informed hiring decisions. It's time to raise the hiring bar for your organization. For more information, visit www.barraiser.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BarRaiser |
ID | nicimijlbggbdfnooghfkjpcbllphjcc |
URL Chính Thức | https://chromewebstore.google.com/detail/barraiser/nicimijlbggbdfnooghfkjpcbllphjcc |
Mô tả | BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process. |
Kích Thước Tệp | 196 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2024-02-15 |
Ngày Phát Hành | 2023-02-07 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://barraiser.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.barraiser.com/ |
URL Trang Trợ Giúp | https://www.barraiser.com/contact-us |
URL Trang Chính Sách Bảo Mật | https://barraiser.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BarRaiser", "description": "BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.", "version": "1.0.9", "manifest_version": 3, "icons": { "512": "logo512.png", "192": "logo192.png", "40": "logo40.png", "16": "logo16.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "js": [ "content-script.js" ], "css": [ "content-script.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "logo.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "use_dynamic_url": true } ], "permissions": [ "tabs", "alarms", "webNavigation", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_icon": "logo512.png", "default_popup": "popup.html" } } |