Skillate Hire
Source candidates directly to Skillate
Cos'è Skillate Hire?
Skillate Hire è un'estensione di Chrome sviluppata da https://skillate.com, e la sua funzione principale è "Source candidates directly to Skillate".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Skillate Hire
Scarica i file di estensione Skillate Hire 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
Skillate Hire Plugin allows you to add candidates to your Skillate ATS directly from Job boards. Spend less time entering data, and free up more time for your hiring needs. Open the candidate's page on the job board and click on this extension. Extension will directly show you the candidate’s information and give an option to add to a requisition mentioned in Skillate ATS. Following information will be synced. Name Position Profile Information Resume File *You need a Skillate ATS account to use this extension. Request access here: http://skillate.com/
Informazioni di Base sull'Estensione
Nome | Skillate Hire |
ID | eeemlplommconacnmcopfaleaejongma |
URL Ufficiale | https://chromewebstore.google.com/detail/skillate-hire/eeemlplommconacnmcopfaleaejongma |
Descrizione | Source candidates directly to Skillate |
Dimensione del File | 341 KB |
Conteggio Installazioni | 95 |
Versione Corrente | 1.2.9 |
Ultimo Aggiornamento | 2023-09-21 |
Data di Pubblicazione | 2020-08-19 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://skillate.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.skillate.com |
URL della Pagina di Aiuto | https://support.skillate.com |
URL della Pagina della Politica sulla Privacy | https://skillate.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Source candidates directly to Skillate", "version": "1.2.9", "manifest_version": 3, "name": "Skillate Hire", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "small.png" } }, "icons": { "128": "small.png" }, "content_scripts": [ { "matches": [ "https:\/\/rms.naukri.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/resdex.naukri.com\/v2\/*", "https:\/\/resdex.naukri.com\/v3\/*", "https:\/\/hiring.monster.com\/searchmonster\/*", "https:\/\/www.dice.com\/employer\/talent\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png", "small.png", "header_small.png", "logo_skillate.svg", "circle_check.svg", "circle_check_small.svg", "naukri.png", "linkedin.png" ], "matches": [ "https:\/\/*\/*" ] } ], "permissions": [ "activeTab", "storage", "https:\/\/app.skillate.com\/", "https:\/\/taleo.skillate.com\/", "https:\/\/successfactors.skillate.com\/", "https:\/\/upl.skillate.com\/" ], "host_permissions": [ "*:\/\/*.skillate.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self' https:\/\/app.skillate.com" } } |