Dooozen for LinkedIn™ Auto Connect

Dooozen is a LinkedIn Automation Tool for lead generation. More than scraper, good for sales to auto connect, send bulk messages

What is Dooozen for LinkedIn™ Auto Connect?

Dooozen for LinkedIn™ Auto Connect is a Chrome extension developed by https://dooozen.io, and its main feature is "Dooozen is a LinkedIn Automation Tool for lead generation. More than scraper, good for sales to auto connect, send bulk messages".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dooozen for LinkedIn™ Auto Connect Extension CRX File

Download Dooozen for LinkedIn™ Auto Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Dooozen.io is LinkedIn automation software, web application and Chrome extension, which will help you to auto-connect people, send bulk messages, get detailed statistics about your prospecting activities, create and manage multiple profiles, add people to your team and many more. 

Thanks to the solution, you can send bulk personalized connection requests to people, 2nd and 3rd-level connections, message in auto-mode your 1st-level connections, and filter and sort your network based on recent activities and results.

WHO CAN USE IT?

Dooozen.io is a perfect match for sales and marketing professionals, recruiters, networkers and all those who use the network to sell products and establish personal or professional brands.

WHAT ARE THE FEATURES?

The solution has several features that will help you get more leads and manage your network of contacts smoothly and professionally. You can:

Auto connect people
Auto message 1st-level connection
Set multiple follow-up messages
Withdraw pending connection requests
Personalize your messages and invitations
Create multi-step sales and lead-generation sequences
Measure the performance of your sequences
Export contacts from Sales Navigator and LinkedIn search, events, and groups
Download contacts to send them to other applications
Create and manage your sales team
Select the subscription which works best for you

WHAT IS THE EXTENSION FOR?

The Extension has been created to handle the technical job on the network. Here, you can:

Gather and export contacts to the web application
Run multiple campaigns simultaneously
Track the status of your activities
Reach your web account in one click
Stay safe while generation leads 

Our Chrome extension will help you scrap the contacts on:
Basic search 
Sales Navigator search
Events
Groups
List of leads

WHY US?

Both Chrome Extension and Web Application are easy-to-use, simple and intelligent software with several advantages. 

The interface was developed by a team of experienced product designers. The Web Application is not overwhelmed with functions, colors, and other interface elements that grab your attention and require additional time for getting used to. Your journey will be simple and pleasant from day one.

We cover all the most important needs of sales and marketing professionals.

HOW TO START?

All you need to start your first campaign is to create an account using Google Account (Gmail or GSuite email is required) and install our Extension. 

After you log in, you are free to create your first search and send contacts found to the web app using the extension. Now, you are ready to set up your campaign. Simply create it on the web application and add people sent from your search. Press “Launch now” to enjoy the process and watch how Dooozen.io sends invites to people.

WHAT IS THE COST?

The solution has a free 14-day trial period, so you can test the max subscription to decide if you like it. After the trial period, you’ll have to select one of three plans:

BASIC - gives access to the core features of the solution.
PRO - contains all basic features, and will be the right choice if you are using Sales Navigator.
TEAM - allows you to run your sales team (invite, watch the statistics, run campaigns on behalf of team members).

More information about the subscription plans can be found on our website and web application.

WHAT’S AHEAD?

Our team has plenty of ideas and has already planned many new features to be developed. The future versions of the software shall be enriched with the following: 

Integrations with CRM systems and other partner tools, including ChatGPT for auto-messaging
In-build email marketing tools
AI-bases algorithms that will help you detect the best target audience and manage your network
E-mail finder and email scraper
Auto likes, views, exports
Auto comments and many more features.
Integration with top CRM systems, like Zoho, Hubspot, Pipedrive, and Salesforce via webhooks or Zapier
A smart lead scoring system based on an in-built AI algorithm or ChatGPT.

We are always open to our users’ feedback and ready to make your experience even more lovely!                    

Extension Basic Information

Name Dooozen for LinkedIn™ Auto Connect Dooozen for LinkedIn™ Auto Connect
ID hohhkgcamlmabnkfmgekocdnpcenphfi
Official URL https://chromewebstore.google.com/detail/dooozen-for-linkedin-auto/hohhkgcamlmabnkfmgekocdnpcenphfi
Description Dooozen is a LinkedIn Automation Tool for lead generation. More than scraper, good for sales to auto connect, send bulk messages
File Size 1.17 MB
Installation Count 345
Current Version 5.0.2.3
Last Updated 2024-01-01
Publish Date 2022-10-24
Rating 5.00/5 Total 34 Ratings
Developer https://dooozen.io
Email [email protected]
Payment Type in_app
Extension Website https://dooozen.io
Help Page URL https://dooozen.io/support/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dooozen for LinkedIn\u2122 Auto Connect",
    "manifest_version": 3,
    "version": "5.0.2.3",
    "description": "Dooozen is a LinkedIn Automation Tool for lead generation. More than scraper, good for sales to auto connect, send bulk messages",
    "icons": {
        "16": "Active32.png",
        "48": "Active32.png",
        "128": "Active96.png"
    },
    "action": {
        "default_icon": "Active32.png",
        "default_title": "Dooozen for LinkedIn\u2122 Auto Connect",
        "default_popup": "browserPopup\/popup.html"
    },
    "background": {
        "service_worker": "background\/worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "libs\/toastr\/toastr.min.css"
            ],
            "js": [
                "libs\/jquery\/jquery.min.js",
                "client\/toastrSetup.js",
                "client\/content-script-bundle.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "https:\/\/app.dooozen.io\/*",
                "https:\/\/ops.dooozen.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "background",
        "notifications",
        "webRequest",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/app.dooozen.io\/*",
        "https:\/\/ops.dooozen.io\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.dooozen.io\/*",
            "https:\/\/ops.dooozen.io\/*"
        ]
    }
}