Skillate Hire
Source candidates directly to Skillate
Τι είναι το Skillate Hire;
Το Skillate Hire είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://skillate.com, και η κύρια λειτουργία του είναι "Source candidates directly to Skillate".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Skillate Hire
Λήψη αρχείων επέκτασης Skillate Hire σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Skillate Hire |
ID | eeemlplommconacnmcopfaleaejongma |
Επίσημο URL | https://chromewebstore.google.com/detail/skillate-hire/eeemlplommconacnmcopfaleaejongma |
Περιγραφή | Source candidates directly to Skillate |
Μέγεθος Αρχείου | 341 KB |
Αριθμός Εγκαταστάσεων | 95 |
Τρέχουσα Έκδοση | 1.2.9 |
Τελευταία Ενημέρωση | 2023-09-21 |
Ημερομηνία Δημοσίευσης | 2020-08-19 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://skillate.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.skillate.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.skillate.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://skillate.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" } } |