LemonRecruiter

Recruitment and LinkedIn outreach made easy.

Τι είναι το LemonRecruiter;

Το LemonRecruiter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lemonrecruiter.com, και η κύρια λειτουργία του είναι "Recruitment and LinkedIn outreach made easy.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LemonRecruiter

Λήψη αρχείων επέκτασης LemonRecruiter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing 🍋 LemonRecruiter - the Chrome extension that helps recruiters automate and improve the effectiveness of their LinkedIn outbound messages and job descriptions.

Simply open any LinkedIn page, click on the extension's icon, and generate outbound messages and job descriptions as you wish.

With LemonRecruiter, you can easily generate personalized and engaging messages to promote job positions to suitable candidates on LinkedIn, as well as well-written and effective job descriptions for the roles you are hiring. Simply input the details of the job position and the candidate's background, and LemonRecruiter will generate both the message and the job description using advanced natural language processing technology.

Not only will LemonRecruiter save you time by automating the messaging and job description creation process, but it will also improve your chances of getting a response from potential candidates and attracting top talent to your company. Its advanced technology is able to generate messages and job descriptions that are tailored to the specific job and candidate, increasing the likelihood of a successful outreach and hire.

Streamline your outreach and recruitment efforts and improve your chances of success in the hiring process with LemonRecruiter. Give it a try and see the difference it can make in your messaging and job description creation efforts.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LemonRecruiter LemonRecruiter
ID kbgdnekpkdbagiccakldjfmhmncdnphc
Επίσημο URL https://chromewebstore.google.com/detail/lemonrecruiter/kbgdnekpkdbagiccakldjfmhmncdnphc
Περιγραφή Recruitment and LinkedIn outreach made easy.
Μέγεθος Αρχείου 89.06 KB
Αριθμός Εγκαταστάσεων 195
Τρέχουσα Έκδοση 0.41
Τελευταία Ενημέρωση 2023-03-29
Ημερομηνία Δημοσίευσης 2023-01-17
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://lemonrecruiter.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://lemonrecruiter.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LemonRecruiter",
    "description": "Recruitment and LinkedIn outreach made easy.",
    "version": "0.41",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "\ud83c\udf4b LemonRecruiter"
    },
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.lemonrecruiter.com\/*",
        "*:\/\/lemonrecruiter.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/icons\/icon-32.png",
                "icon-32.png"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ]
}