LinkedIn Smart Connector

Auto connections inviter and followup messenger for LinkedIn

LinkedIn Smart Connectorคืออะไร?

LinkedIn Smart Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://smartconnector.org และคุณลักษณะหลักของมันคือ "Auto connections inviter and followup messenger for LinkedIn"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedIn Smart Connector

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

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

                        Use automated LinkedIn connections and personalized follow up messages to build trust and get 10times more replies. Develop your business continually by pulling in your prospects at scale, and investing your time only with those who have the interest to work with you.

How does it work?
Send auto connection requests to 2nd and 3rd-degree connections.
Get drip campaigns sent to your 1st-degree connections automatically

1. Set up your message sequence.
Create and set your invitation message, follow-up messages, along with personalizations like first name, last name, company, and others. Set the sequence, schedule, and delay time.

2. Import your prospects.
Easily import your prospects from your CSV file or Linkedin native search.

3. Get replies
Click ‘start campaign’ for SmartConnector tool to start sending out invites, checking for new connections, and replies. Based on the schedule set, it will send personalized follow-up messages, until a reply is noticed, then it will stop.

Make your business growing fast connecting with right people!                    

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

ชื่อ LinkedIn Smart Connector LinkedIn Smart Connector
ID jgpnoalkbjpmoggkkbobhkmnhjaoemal
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedin-smart-connector/jgpnoalkbjpmoggkkbobhkmnhjaoemal
คำอธิบาย Auto connections inviter and followup messenger for LinkedIn
ขนาดไฟล์ 493 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 2.2.6
อัปเดตครั้งล่าสุด 2022-02-21
วันที่เผยแพร่ 2021-03-17
คะแนน 4.81/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา http://smartconnector.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smartconnector.org
URL หน้าช่วยเหลือ https://smartconnector.org
URL หน้านโยบายความเป็นส่วนตัว https://smartconnector.org/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Smart Connector",
    "version": "2.2.6",
    "description": "Auto connections inviter and followup messenger for LinkedIn",
    "homepage_url": "https:\/\/smartconnector.org",
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/www.linkedin.com\/",
        "https:\/\/app.smartconnector.org\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/app.smartconnector.org; object-src 'self'",
    "browser_action": {
        "default_title": "LinkedIn SmartConnector",
        "default_popup": "account.html"
    },
    "icons": {
        "120": "images\/logo_120.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.js",
                "js\/integration.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/common.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icons\/*.*",
        "index.html",
        "account.html",
        "images\/logo-mini.png"
    ],
    "manifest_version": 2
}