Jobin - LinkedIn Automation Tool

The most powerful LinkedIn Automation tool for lead generation and recruiting

Cos'è Jobin - LinkedIn Automation Tool?

Jobin - LinkedIn Automation Tool è un'estensione di Chrome sviluppata da https://jobin.cloud, e la sua funzione principale è "The most powerful LinkedIn Automation tool for lead generation and recruiting".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jobin - LinkedIn Automation Tool

Scarica i file di estensione Jobin - LinkedIn Automation Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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. 🆓                    

Informazioni di Base sull'Estensione

Nome Jobin - LinkedIn Automation Tool Jobin - LinkedIn Automation Tool
ID hcdjjibhifjclfoblokahaacifcjpgfl
URL Ufficiale https://chromewebstore.google.com/detail/jobin-linkedin-automation/hcdjjibhifjclfoblokahaacifcjpgfl
Descrizione The most powerful LinkedIn Automation tool for lead generation and recruiting
Dimensione del File 6.03 MB
Conteggio Installazioni 5,595
Versione Corrente 0.4.58
Ultimo Aggiornamento 2023-12-15
Data di Pubblicazione 2020-10-30
Valutazione 4.87/5 Totale 23 Valutazioni
Sviluppatore https://jobin.cloud
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.jobin.cloud
URL della Pagina di Aiuto https://my.jobin.cloud/help
URL della Pagina della Politica sulla Privacy https://www.jobin.cloud/privacy-policy
Lingue Supportate 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"
}