LeadBoost - Linkedin Automation Software

Automation Software for LinkedIn lead generation, social selling and job recruiting

LeadBoost - Linkedin Automation Softwareคืออะไร?

LeadBoost - Linkedin Automation Software เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LinkBoost และคุณลักษณะหลักของมันคือ "Automation Software for LinkedIn lead generation, social selling and job recruiting"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeadBoost - Linkedin Automation Software

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

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

                        LeadBoost is a Chrome-based extension that allows you to fully automate your LinkedIn prospecting tasks, while staying under the daily limits fixed by LinkedIn. 

We are safe and easy to use, all you need to do is select your action, launch the extension, and watch your business grow!                    

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

ชื่อ LeadBoost - Linkedin Automation Software LeadBoost - Linkedin Automation Software
ID ieckbocolleajebljgmdgeogjckennck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leadboost-linkedin-automa/ieckbocolleajebljgmdgeogjckennck
คำอธิบาย Automation Software for LinkedIn lead generation, social selling and job recruiting
ขนาดไฟล์ 42.83 KB
จำนวนการติดตั้ง 214
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-10-27
วันที่เผยแพร่ 2021-02-15
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา LinkBoost
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://leadboost.me
URL หน้าช่วยเหลือ https://leadboost.me
URL หน้านโยบายความเป็นส่วนตัว https://linkboost.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeadBoost - Linkedin Automation Software",
    "version": "1.3",
    "default_locale": "en",
    "description": "Automation Software for LinkedIn lead generation, social selling and job recruiting",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "short_name": "LeadBoost",
    "homepage_url": "https:\/\/leadboost.me",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "src\/jquery-3.5.1.min.js",
                "src\/linkedinScrape.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "LeadBoost",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.linkedin.com\/*"
    ]
}