BarRaiser
BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.
¿Qué es BarRaiser?
BarRaiser es una extensión de Chrome desarrollada por https://barraiser.com, y su función principal es "BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BarRaiser
Descarga archivos de extensión BarRaiser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | BarRaiser |
ID | nicimijlbggbdfnooghfkjpcbllphjcc |
URL Oficial | https://chromewebstore.google.com/detail/barraiser/nicimijlbggbdfnooghfkjpcbllphjcc |
Descripción | BarRaiser is an Interview intelligence platform that brings efficiency to the entire and structure hiring and interviewing process. |
Tamaño del Archivo | 196 KB |
Cantidad de Instalaciones | 80 |
Versión Actual | 1.0.9 |
Última Actualización | 2024-02-15 |
Fecha de Publicación | 2023-02-07 |
Calificación | 5.00/5 Total de 13 Calificaciones |
Desarrollador | https://barraiser.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.barraiser.com/ |
URL de la Página de Ayuda | https://www.barraiser.com/contact-us |
URL de la Página de Política de Privacidad | https://barraiser.com/privacy-policy |
Idiomas Soportados | 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" } } |