Rekruit.it Extension
Source effectively from job portals
Τι είναι το Rekruit.it Extension;
Το Rekruit.it Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rekruit.it, και η κύρια λειτουργία του είναι "Source effectively from job portals".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rekruit.it Extension
Λήψη αρχείων επέκτασης Rekruit.it Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The "Rekruit.it" chrome extension is designed to simplify the recruitment process by streamlining the collection and organisation of candidate data from multiple job portals. With just one click, the extension automatically scrapes candidate data from popular job portals such as Naukri.com, LinkedIn, Cutshort.io, and others, and adds them to the "Rekruit.it" platform for easy access and management. Once installed, the extension integrates seamlessly with your browser and displays a small icon on the toolbar. To use the extension, simply navigate to the job portal of your choice and search for candidates as usual. When you find a potential candidate, click the "Rekruit.it" icon to initiate the scraping process. The extension will automatically collect relevant candidate data, including their name, contact information, education, work experience, and other relevant details. The collected data is then organised into a comprehensive candidate profile within the "Rekruit.it" platform. From there, you can easily review, manage, and communicate with candidates directly from the platform. You can also use the platform to track candidate progress throughout the recruitment process, schedule interviews, and collaborate with team members. The "Rekruit.it" chrome extension is the perfect tool for recruiters and hiring managers who want to streamline their recruitment process and save time. With its easy-to-use interface and powerful data collection capabilities, the extension makes it easy to find and manage top talent from multiple job portals in one convenient location.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Rekruit.it Extension |
ID | dlimgbmckofibmpkodcebmojebgbmbkm |
Επίσημο URL | https://chromewebstore.google.com/detail/rekruitit-extension/dlimgbmckofibmpkodcebmojebgbmbkm |
Περιγραφή | Source effectively from job portals |
Μέγεθος Αρχείου | 284 KB |
Αριθμός Εγκαταστάσεων | 130 |
Τρέχουσα Έκδοση | 5.2.3 |
Τελευταία Ενημέρωση | 2023-08-18 |
Ημερομηνία Δημοσίευσης | 2023-04-05 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://rekruit.it |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://rekruit-it.notion.site/Rekruit-it-Privacy-Policy-ea893b3b429346f38d650a3f0b7973a1 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Source effectively from job portals", "version": "5.2.3", "manifest_version": 3, "name": "Rekruit.it Extension", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "tabs", "activeTab", "storage" ], "host_permissions": [ "https:\/\/resdex.naukri.com\/v3\/preview?*", "https:\/\/pre-prod.rekruit.it\/", "https:\/\/www.rekruit.it\/", "https:\/\/rekruit.it\/" ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ], "content_scripts": [ { "matches": [ "https:\/\/resdex.naukri.com\/v3\/preview?*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "externally_connectable": { "matches": [ "https:\/\/pre-prod.rekruit.it\/*", "https:\/\/www.rekruit.it\/*", "https:\/\/rekruit.it\/*" ] } } |