Shazaam New UI
Use Mindscope to parse candidates on any webpage with a single click.
Cos'è Shazaam New UI?
Shazaam New UI è un'estensione di Chrome sviluppata da mindSCOPE, e la sua funzione principale è "Use Mindscope to parse candidates on any webpage with a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shazaam New UI
Scarica i file di estensione Shazaam New UI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The Shazaam New UI 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.
Informazioni di Base sull'Estensione
Nome | Shazaam New UI |
ID | pjhhlhlmahfalahahpnahjaaigfaapjk |
URL Ufficiale | https://chromewebstore.google.com/detail/shazaam-new-ui/pjhhlhlmahfalahahpnahjaaigfaapjk |
Descrizione | Use Mindscope to parse candidates on any webpage with a single click. |
Dimensione del File | 269 KB |
Conteggio Installazioni | 329 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2022-10-07 |
Data di Pubblicazione | 2020-06-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | mindSCOPE |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.mindscope.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "background": { "scripts": [ "javascript\/event.js" ], "persistent": false }, "browser_action": { "default_title": "Shazaam New UI", "default_icon": "images\/shazaam-icon128.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\/shazaam-icon128.png", "16": "images\/shazaam-icon16.png", "48": "images\/shazaam-icon48.png" }, "manifest_version": 2, "name": "Shazaam New UI", "short_name": "by mindSCOPE", "permissions": [ "https:\/\/*.mindscope.com\/", "http:\/\/*.mindscope.com\/", "tabs", "storage", "activeTab" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9" } |