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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}