Jobin - LinkedIn Automation Tool

The most powerful LinkedIn Automation tool for lead generation and recruiting

Что такое Jobin - LinkedIn Automation Tool?

Jobin - LinkedIn Automation Tool - это расширение Chrome, разработанное https://jobin.cloud, и его основная функция - "The most powerful LinkedIn Automation tool for lead generation and recruiting".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Jobin - LinkedIn Automation Tool

Скачайте файлы расширений Jobin - LinkedIn Automation Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Jobin - LinkedIn Automation Tool Jobin - LinkedIn Automation Tool
ID hcdjjibhifjclfoblokahaacifcjpgfl
Официальный URL https://chromewebstore.google.com/detail/jobin-linkedin-automation/hcdjjibhifjclfoblokahaacifcjpgfl
Описание The most powerful LinkedIn Automation tool for lead generation and recruiting
Размер файла 6.03 MB
Количество установок 5,595
Текущая Версия 0.4.58
Последнее Обновление 2023-12-15
Дата публикации 2020-10-30
Рейтинг 4.87/5 Всего 23 оценок
Разработчик https://jobin.cloud
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.jobin.cloud
URL страницы помощи https://my.jobin.cloud/help
URL страницы политики конфиденциальности https://www.jobin.cloud/privacy-policy
Поддерживаемые языки 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"
}