Linked Out - Free Lead Generator

Scrape LinkedIn for user`s Email, Twitter handle and Website

Linked Out - Free Lead Generatorคืออะไร?

Linked Out - Free Lead Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย johnny และคุณลักษณะหลักของมันคือ "Scrape LinkedIn for user`s Email, Twitter handle and Website"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linked Out - Free Lead Generator

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

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

                        This extension lets you collect users Information from the search results in LinkedIn.
You can get Email, Twitter handle and website links from thousands of users in minutes.                    

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

ชื่อ Linked Out - Free Lead Generator Linked Out - Free Lead Generator
ID mjembdcjnmkknecjcjjkpolikkcgbmfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linked-out-free-lead-gene/mjembdcjnmkknecjcjjkpolikkcgbmfk
คำอธิบาย Scrape LinkedIn for user`s Email, Twitter handle and Website
ขนาดไฟล์ 513 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2020-07-17
วันที่เผยแพร่ 2020-06-28
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา johnny
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linked Out - Free Lead Generator",
    "description": "Scrape LinkedIn for user`s Email, Twitter handle and Website",
    "manifest_version": 2,
    "version": "1.0.5",
    "icons": {
        "128": "icons\/icon_new.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon_new.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.min.js",
                "lib\/xlsx.min.js",
                "lib\/filesaver.min.js",
                "lib\/cookie.js",
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}