Leonar
Automation tool 100% dedicated to talent sourcing
Τι είναι το Leonar;
Το Leonar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://leonar.app, και η κύρια λειτουργία του είναι "Automation tool 100% dedicated to talent sourcing".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Leonar
Λήψη αρχείων επέκτασης Leonar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Leonar makes outbound recruiting easy! Find and reach to talents faster than ever thanks to automation and AI. How does it work? 1/ Import potential leads from Linkedin Recruiter or Sales Navigator. 2/ Identify the right talents within seconds using our advanced filters and scoring features. 3/ Personalize LinkedIn messages and emails at scale. Launch powerful message sequences that combine multiple channels and follow-ups to double your response rate. 4/ Benefit from our centralized, multichannel inbox to keep track of all your recruiting processes as a team. 5/ Integrate with your ATS. Start a free trial now : www.leonar.app
Βασικές Πληροφορίες Επέκτασης
Όνομα | Leonar |
ID | encdnggcljehecoihhkmcpogdhhllkjg |
Επίσημο URL | https://chromewebstore.google.com/detail/leonar/encdnggcljehecoihhkmcpogdhhllkjg |
Περιγραφή | Automation tool 100% dedicated to talent sourcing |
Μέγεθος Αρχείου | 153 KB |
Αριθμός Εγκαταστάσεων | 381 |
Τρέχουσα Έκδοση | 3.20 |
Τελευταία Ενημέρωση | 2024-02-16 |
Ημερομηνία Δημοσίευσης | 2023-06-27 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://leonar.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.leonar.app |
URL της Σελίδας Πολιτικής Απορρήτου | http://leonar.app/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Leonar", "description": "Automation tool 100% dedicated to talent sourcing", "version": "3.20", "manifest_version": 3, "background": { "service_worker": "background_wrapper.js" }, "permissions": [ "storage", "activeTab", "cookies", "alarms", "management", "cookies", "scripting" ], "host_permissions": [ "*:\/\/www.linkedin.com\/", "*:\/\/*.linkedin.com\/", "*:\/\/leonar.app\/", "*:\/\/dashboard.leonar.app\/", "https:\/\/.dashboard.leonar.app\/", "https:\/\/.leonar.app\/", "*:\/\/t2o8bchsh6.execute-api.eu-west-1.amazonaws.com\/*", "https:\/\/www.crunchbase.com\/*" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/talent*", "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/www.linkedin.com\/search\/*" ], "js": [ "scripts\/contentScript.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.linkedin.com\/in\/*" ], "js": [ "scripts\/contentScript_in.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/dashboard.leonar.app\/campaigns*", "https:\/\/dashboard.leonar.app\/version-test\/campaigns*" ], "js": [ "scripts\/leonarContentScript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "scripts\/*" ], "matches": [ " |