Jobin - LinkedIn Automation Tool

The most powerful LinkedIn Automation tool for lead generation and recruiting

Qu'est-ce que Jobin - LinkedIn Automation Tool ?

Jobin - LinkedIn Automation Tool est une extension Chrome développée par https://jobin.cloud, et sa fonction principale est "The most powerful LinkedIn Automation tool for lead generation and recruiting".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Jobin - LinkedIn Automation Tool

Téléchargez les fichiers d'extension Jobin - LinkedIn Automation Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Have you ever wanted an automation tool that doesn't just automate your recruiting process, but also imports new leads from more than just searches and lets you organize them all into a modern ATS and CRM?

What is Jobin.cloud:

Jobin.cloud is a SaaS platform catered to finding and contacting the right people with integrated automation, ATS, CRM and lead generation technologies for both your contacts and accounts; we call it "workgroup" and it can be shared with as many colleagues and team members as you want.

Jobin.cloud has so many features that we need to divide them into 2 categories

══════════════════

LinkedIn Automation:

With the press of a single button instantly import not just name and role, but the entire profile with emails, skills, experiences and all the rest, into your Jobin.cloud aggregated repository.

🚀 Automate your LinkedIn Import
• Import any Profile in FULL with one click
• Import LinkedIn search results in bulk
• Import Group Members in bulk
• Import Event attendees in bulk
• Import Post Participants in bulk
• Google X-ray search
• Auto import all your 1st connections in one click
• Auto import all messages exchanged with your connections.

💬 Automate your LinkedIn Outreach
• Bulk Emailing, Messaging and inMails
• Custom messaging templates
• Smart fields that adapt to each profile
• Bulk personalized Connection requests with automated follow-ups
• Bulk withdraw invitations

🔓 Avoid LinkedIn restrictions
• Bypass 100/week LinkedIn connection requests limits
• Evade LinkedIn contact view limiters

Export your data to .CSV file

📊 Marketing efforts made simple
Evaluate your LinkedIn performance on Jobin
Jobin.cloud lets you observe various important metrics including the number of profile views & search appearances, your social selling index and evaluations of your campaign's performance.

══════════════════

ATS and CRM features:

What good is importing and messaging people in bulk if you keep contacting the wrong people or lose track of your passed conversations

🎯 Contact the right people
• Advanced candidate ranking systems
• Additional filtering, tagging and custom notes
• Geographic searches with postcode, regions, distance, etc.
• Contact method and connection level filters
• Fully customizable pipeline

✅ Data kept clean
• Automatic profile updating
• Automated data de-duplication
• Automated data cleaning and merging

⚡ Lightning fast .CSV file data migration in just 5 minutes
Thanks to Jobin.cloud's automatic profile updating, if your imported contacts also happen to have LinkedIn URLs you can fully update them with all their available data as well

══════════════════

🔎 Sourcing and Enrichment features:

It doesn't stop at just LinkedIn information, Jobin.cloud comes with an integrated contact enrichment, enrich your contacts with data from all over the web:

• Reach over 900M emails
• Get 5 free enrichment credits a month forever
• Automated and bulk enrichment in one click
• Distinguish between personal and work emails
• Phone numbers, social media profiles and more
• Bulk personalizable emails campaign outreach


Additional information together will illustratory videos can be found on our features page

🚀 Sourcing Features: https://www.jobin.cloud/features/linkedin-automation
⭐ Filter and Tracking Features: https://www.jobin.cloud/features/filter-and-manage
🎯 Outreach Features: https://www.jobin.cloud/features/outreach


🆓 Try Jobin.cloud out for free in our Tutorial workgroup, request a free trial or pick the free plan. 🆓                    

Informations de Base sur l'Extension

Nom Jobin - LinkedIn Automation Tool Jobin - LinkedIn Automation Tool
ID hcdjjibhifjclfoblokahaacifcjpgfl
URL Officiel https://chromewebstore.google.com/detail/jobin-linkedin-automation/hcdjjibhifjclfoblokahaacifcjpgfl
Description The most powerful LinkedIn Automation tool for lead generation and recruiting
Taille du Fichier 6.03 MB
Nombre d'Installations 5,595
Version Actuelle 0.4.58
Dernière Mise à Jour 2023-12-15
Date de Publication 2020-10-30
Évaluation 4.87/5 Total 23 Évaluations
Développeur https://jobin.cloud
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.jobin.cloud
URL de la Page d'Aide https://my.jobin.cloud/help
URL de la Page de Politique de Confidentialité https://www.jobin.cloud/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jobin - LinkedIn Automation Tool",
    "homepage_url": "https:\/\/www.jobin.cloud",
    "description": "The most powerful LinkedIn Automation tool for lead generation and recruiting",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms",
        "webRequest",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.jobin.cloud\/*"
    ],
    "icons": {
        "16": "icons\/jobin-logo-16.png",
        "48": "icons\/jobin-logo-48.png",
        "128": "icons\/jobin-logo-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src *; connect-src *; style-src 'self' 'unsafe-inline'; "
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/jobin-logo-19.png",
            "38": "icons\/jobin-logo-38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jobin.cloud\/*"
            ],
            "js": [
                "js\/jobin-content-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/talent\/*"
            ],
            "js": [
                "js\/linkedin-talent-all-content-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/sales\/*"
            ],
            "js": [
                "js\/linkedin-sales-all-content-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/sales\/*"
            ],
            "js": [
                "js\/linkedin-all-content-script.js"
            ]
        }
    ],
    "version": "0.4.58"
}