Recruiter Wand
Generate Emails with ease
Τι είναι το Recruiter Wand;
Το Recruiter Wand είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wizardsourcer.com, και η κύρια λειτουργία του είναι "Generate Emails with ease".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Recruiter Wand
Λήψη αρχείων επέκτασης Recruiter Wand σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
WizardSourcer has created a browser extension called Recruiter Wand. This extension will allow the user to create auto-filled emails for contacts on LinkedIn or other social media platforms. The extension will capture the names, company, and skills on the page and auto fill them into template. The user can choose from a list of pre-saved templates. You can add additional templates within the tool as well. The user can then copy the auto-generated text and paste it in emails and other messaging platforms. How to use the extension tool? Download the extension in the Google Chrome store. Search on LinkedIn or one a website page with resume details. Select the Recruit Wand tool to load in the chrome browser. Choose one of our 25 auto-filled recruiter templates to use. View a profile on LinkedIn and select get LinkedIn Data. This will auto fill in a users Name, Company, Job Title, and Location. Select a current job title and then select that skill button to auto fill in the most current title. I left this section (skill set #1) open for you to change manually. Just select a (keyword) and open the extension and click the button that you want to replace. Include date of availability – easily give your availability for that day or week. Once you’ve auto filled in the template select copy and then paste it into an email or inmail.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Recruiter Wand |
ID | dcdgjlpdmbmempjdkbkgdelpaabiefjk |
Επίσημο URL | https://chromewebstore.google.com/detail/recruiter-wand/dcdgjlpdmbmempjdkbkgdelpaabiefjk |
Περιγραφή | Generate Emails with ease |
Μέγεθος Αρχείου | 120 KB |
Αριθμός Εγκαταστάσεων | 1,581 |
Τρέχουσα Έκδοση | 2.5 |
Τελευταία Ενημέρωση | 2021-09-09 |
Ημερομηνία Δημοσίευσης | 2020-06-18 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://wizardsourcer.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://wizardsourcer.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://wizardsourcer.com/recruiter-wand/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recruiter Wand", "description": "Generate Emails with ease", "version": "2.5", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Recruit Wand", "default_popup": "popup.html" }, "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+A", "mac": "Alt+A", "chromeos": "Alt+A", "linux": "Alt+A" }, "description": "Opens hello.html" } } } |