Jobin - LinkedIn Automation Tool

The most powerful LinkedIn Automation tool for lead generation and recruiting

O que é Jobin - LinkedIn Automation Tool?

Jobin - LinkedIn Automation Tool é uma extensão do Chrome desenvolvida por https://jobin.cloud, e sua principal característica é "The most powerful LinkedIn Automation tool for lead generation and recruiting".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Jobin - LinkedIn Automation Tool

Baixe arquivos de extensão Jobin - LinkedIn Automation Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Jobin - LinkedIn Automation Tool Jobin - LinkedIn Automation Tool
ID hcdjjibhifjclfoblokahaacifcjpgfl
URL Oficial https://chromewebstore.google.com/detail/jobin-linkedin-automation/hcdjjibhifjclfoblokahaacifcjpgfl
Descrição The most powerful LinkedIn Automation tool for lead generation and recruiting
Tamanho do Arquivo 6.03 MB
Contagem de Instalações 5,595
Versão Atual 0.4.58
Última Atualização 2023-12-15
Data de Publicação 2020-10-30
Classificação 4.87/5 Total de 23 Avaliações
Desenvolvedor https://jobin.cloud
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.jobin.cloud
URL da Página de Ajuda https://my.jobin.cloud/help
URL da Página de Política de Privacidade https://www.jobin.cloud/privacy-policy
Idiomas Suportados 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"
}