List2Run - find email or phone number

List2Run is grate way to find contact information in linkedin

List2Run - find email or phone number क्या है?

List2Run - find email or phone number http://l2run.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "List2Run is grate way to find contact information in linkedin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में List2Run - find email or phone number एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        List2Run is a great way to find contact information in Linkedin. 
* Let’s you find verified up to date email addresses, phones, social networks for Linkedin profiles 
* Find contact details for up to 100,000 profiles at a time.

List2Run is free extension:
- 50 free monthly contact credits for business accounts!
- 2 days free for testing extension
- One credit allows to find email and phone numbers for one contact person

Why List2Run?
- All the details are searched and verified in real-time.
- Search for contacts by the list of company employees
- Getting contacts from users who liked or commented 
- Get user contacts
- Contact list management

Who is it for?
- Recruitment professionals
- Sales & business development
- Marketing

Website: l2run.com                    

एक्सटेंशन की मूल जानकारी

नाम List2Run - find email or phone number List2Run - find email or phone number
ID ldibillihohifmgdbadihjllgnefmeen
आधिकारिक URL https://chrome.google.com/webstore/detail/list2run-find-email-or-ph/ldibillihohifmgdbadihjllgnefmeen
विवरण List2Run is grate way to find contact information in linkedin
फ़ाइल का आकार 1.45 MB
स्थापना संख्या 59
वर्तमान संस्करण 5.0
अंतिम अपडेट 2022-02-17
प्रकाशन तिथि 2022-02-15
डेवलपर http://l2run.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://l2run.com
सहायता पृष्ठ URL https://l2run.com/contact
गोपनीयता नीति पृष्ठ URL https://invaderchat.com/privacypolicy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "List2Run - find email or phone number",
    "version": "5.0",
    "description": "List2Run is grate way to find contact information in linkedin",
    "permissions": [
        "tabs",
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/www.google-analytics.com\/",
        "*:\/\/*.l2run.com\/*",
        "*:\/\/*.googleapis.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/cookie.js",
            "background.js"
        ]
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/l2run.com\/"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "icons": {
        "16": "images\/ic_l2run.png",
        "48": "images\/ic_l2run.png",
        "128": "images\/ic_l2run.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/css.css",
                "linkedin\/css.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/canvas-to-blob.js",
                "js\/cookie.js",
                "linkedin\/js.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/l2run.com\/; object-src 'self'",
    "page_action": {
        "default_icon": {
            "16": "images\/ic_l2run16.png",
            "24": "images\/ic_l2run24.png",
            "32": "images\/ic_l2run32.png"
        },
        "default_title": "List2Run"
    },
    "web_accessible_resources": [
        "fonts\/*",
        "images\/*",
        "js\/country.js",
        "audio\/*",
        "css\/css.css"
    ]
}