Quicklead: LinkedIn Automation Tool

LinkedIn Sales Navigator scraper and automation tool, ensuring 100% safety for streamlined processes.

Quicklead: LinkedIn Automation Toolคืออะไร?

Quicklead: LinkedIn Automation Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quicklead.io และคุณลักษณะหลักของมันคือ "LinkedIn Sales Navigator scraper and automation tool, ensuring 100% safety for streamlined processes."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quicklead: LinkedIn Automation Tool

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

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

                        LinkedIn Sales Navigator Scraper:
Quicklead excels in advanced scraping capabilities, empowering you to efficiently gather crucial data from LinkedIn Sales Navigator profiles. Unlock the potential of detailed insights for strategic decision-making.

Export Contacts and Connections:
Seamlessly export your acquired contacts and connections, ensuring you have a comprehensive database at your fingertips. Quicklead simplifies the process, making it convenient for your outreach campaigns.

Automation for LinkedIn Connection Requests:
Save time and maintain a consistent outreach strategy with Quicklead's automation features. Effortlessly send connection requests, allowing you to focus on building meaningful connections rather than manual tasks.

Automation for LinkedIn Messages:
Enhance your communication strategy with automated LinkedIn messages. Quicklead enables you to engage with your network efficiently, ensuring that your messages are timely and targeted.

Campaign Management for Connection, Message, and Email Finder:
Optimize your LinkedIn prospecting efforts with Quicklead's campaign management. Whether it's connection-building, message outreach, or email finding, organize and execute campaigns effortlessly for a streamlined approach to networking.

Data Cleaner:
Ensure the accuracy and reliability of your data with Quicklead's data cleaner. Keep your database pristine by eliminating duplicates and inconsistencies, enhancing the overall quality of your prospecting efforts.

Your privacy matters to us. Review our Privacy Policy to understand how we handle your data securely.

Have questions? Explore our FAQ section for quick answers and insights.

Elevate your LinkedIn experience with Quicklead – where networking meets efficiency.                    

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

ชื่อ Quicklead: LinkedIn Automation Tool Quicklead: LinkedIn Automation Tool
ID emjmhnkkiinkeccaefoalpakghddjncg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quicklead-linkedin-automa/emjmhnkkiinkeccaefoalpakghddjncg
คำอธิบาย LinkedIn Sales Navigator scraper and automation tool, ensuring 100% safety for streamlined processes.
ขนาดไฟล์ 2.15 MB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 2.8
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2023-01-10
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://quicklead.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quicklead.io
URL หน้านโยบายความเป็นส่วนตัว https://quicklead.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quicklead: LinkedIn Automation Tool",
    "version": "2.8",
    "description": "LinkedIn Sales Navigator scraper and automation tool, ensuring 100% safety for streamlined processes.",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/images\/favicon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "cookies",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "http:\/\/localhost\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/"
            ],
            "js": [
                "injectPlugin.js"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:4200\/*",
                "https:\/\/beta.quicklead.io\/*",
                "https:\/\/app.quicklead.io\/*"
            ],
            "js": [
                "injectPluginForUi.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "allPagesInject.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/css\/tour.css",
                "assets\/css\/bootstrap.min.css",
                "assets\/images\/*"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/localhost:4200\/*",
                "https:\/\/beta.quicklead.io\/*",
                "https:\/\/app.quicklead.io\/*"
            ],
            "extension_ids": [
                "emjmhnkkiinkeccaefoalpakghddjncg"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}