Shazaam
Use Mindscope to parse candidates on any webpage with a single click.
¿Qué es Shazaam?
Shazaam es una extensión de Chrome desarrollada por mindSCOPE, y su función principal es "Use Mindscope to parse candidates on any webpage with a single click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shazaam
Descarga archivos de extensión Shazaam 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
The Shazaam extension by Mindscope provides recruiters the ability to parse a candidate’s resume from any web page. Recruiters can now select a piece of text they want to parse in from a web page they are currently browsing, and with the click of a button receive a new Candidate in their Mindscope database. Once the Candidate is successfully parsed into Mindscope the recruiter will get redirected to the new profile for an overview of the candidate’s information.
Información Básica de la Extensión
Nombre | Shazaam |
ID | lhpffomdonedpcmelkdngoamoongfeoa |
URL Oficial | https://chromewebstore.google.com/detail/shazaam/lhpffomdonedpcmelkdngoamoongfeoa |
Descripción | Use Mindscope to parse candidates on any webpage with a single click. |
Tamaño del Archivo | 204 KB |
Cantidad de Instalaciones | 1,291 |
Versión Actual | 5.5 |
Última Actualización | 2022-10-07 |
Fecha de Publicación | 2020-06-06 |
Calificación | 2.83/5 Total de 6 Calificaciones |
Desarrollador | mindSCOPE |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.mindscope.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "background": { "scripts": [ "javascript\/event.js" ], "persistent": false }, "browser_action": { "default_title": "Shazaam", "default_icon": "images\/logo16.png", "default_popup": "main.html" }, "description": "Use Mindscope to parse candidates on any webpage with a single click.", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "images\/logo128.png", "16": "images\/logo16.png", "48": "images\/logo48.png" }, "manifest_version": 2, "name": "Shazaam", "short_name": "by mindSCOPE", "permissions": [ "https:\/\/*.mindscope.com\/", "http:\/\/*.mindscope.com\/", "tabs", "storage", "activeTab" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.5" } |