Snaily for LinkedIn™ Auto Connect

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

Snaily for LinkedIn™ Auto Connectคืออะไร?

Snaily for LinkedIn™ Auto Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snaily.io และคุณลักษณะหลักของมันคือ "LinkedIn Automation Tool for lead generation. More than scraper, good for sales to auto connect, send bulk messages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snaily for LinkedIn™ Auto Connect

ดาวน์โหลดไฟล์ส่วนขยาย Snaily for LinkedIn™ Auto Connect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SNAILY.io is a solution (Web Application + Chrome Extension) which automates your daily routine on LinkedIn.

It will help you auto-connect people and send follow-up messages without needing to manually check the responses. All actions shall be performed automatically.

KEY FEATURES

Snaily’s toolset covers all you need to get the most of social networking. You can:

- Search for people using Basic search and Sales Navigator
- Invite 2nd and 3rd-level connections to join your network
- Send follow-up messages in auto-mode
- Create and run multiple automation campaigns in parallel 
- Track the performance of all the actions taken
- Create your team and manage several profiles of your teammates
- Export and Import contacts from and to CSV files to sync with your CRM system

WHY EXTENSION

The Chrome Extension is a part of the solution needed for: 

- Gathering contacts
- Running automation campaigns on LinkedIn
- Tracking all the activities
- Reaching the web application in one click

EASY TO START

Snaily.io is an easy-to-start solution. All you need is to create a Gmail or GSuite profile, and install our Chrome Extension, create an account on our web application and do a basic set-up for your campaigns. The whole process of registration will take no more than 5 minutes!

After, you have a 14-day trial period to check all the features and choose the subscription which is best for you. We provide three plans. If you run multiple profiles and you work actively with Sales Navigator - choose the Team plan subscription. 

WHY US?

Snaily.io is an easy-to-use, smart and intelligent automation tool which has several advantages. 

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

Snaily.io is better than competitors. 
We don't require to keep Chrome open unlike dux-soup. 
We are more intuitive then Linked Helper. 
We have more features than dooozen has.

UPDATES TO COME

Our team is ready to hear your voice and implement the features you need. Please, send us your request at [email protected]

The features to come are:

Integrations with CRM systems and other solution providers
Email sending engine
In-build lead scoring 

And other features aimed at making your prospecting on LinkedIn simple and pleasant!

You are welcome to watch our news here: https://snaily.io/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snaily for LinkedIn™ Auto Connect Snaily for LinkedIn™ Auto Connect
ID febgaeoegckcdcdhammknmiobpjkpgbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snaily-for-linkedin-auto/febgaeoegckcdcdhammknmiobpjkpgbe
คำอธิบาย LinkedIn Automation Tool for lead generation. More than scraper, good for sales to auto connect, send bulk messages
ขนาดไฟล์ 582 KB
จำนวนการติดตั้ง 266
เวอร์ชันปัจจุบัน 4.1.0.6
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2023-11-02
คะแนน 5.00/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา https://snaily.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://snaily.io
URL หน้าช่วยเหลือ https://snaily.io/support/
URL หน้านโยบายความเป็นส่วนตัว https://snaily.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snaily for LinkedIn\u2122 Auto Connect",
    "manifest_version": 3,
    "version": "4.1.0.6",
    "description": "LinkedIn Automation Tool for lead generation. More than scraper, good for sales to auto connect, send bulk messages",
    "icons": {
        "16": "Active16.png",
        "48": "Active48.png",
        "128": "Active128.png"
    },
    "action": {
        "default_icon": "DefaultAction.png",
        "default_title": "Snaily 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:\/\/ops.snaily.io\/*",
                "https:\/\/app.snaily.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "background",
        "alarms",
        "notifications",
        "webRequest",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "cookies",
        "power",
        "offscreen",
        "proxy",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.snaily.io\/*",
            "https:\/\/ops.snaily.io\/*"
        ]
    }
}