Leads Extractor - Social Media

A Growth Hacker Extractor extension to extract Facebook for the sole purpose of generating leads.

Vad är Leads Extractor - Social Media?

Leads Extractor - Social Media är en Chrome-tillägg utvecklad av https://leads-extractor.com, och dess huvudfunktion är "A Growth Hacker Extractor extension to extract Facebook for the sole purpose of generating leads.".

Tilläggsskärmbilder

screenshot

Ladda ner Leads Extractor - Social Media-förlängningens CRX-fil

Ladda ner Leads Extractor - Social Media-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Leads Extractor is a powerful tool to boost your company or product. The tool finds first name, last name, company name, company position and profile url from Facebook groups, Facebook page likes or followers.

You can use the TRIAL version to see how Leads Extractor works. Ready to get unlimited leads? Purchase the unlimited plan and you may cancel anytime.

PS: Looking for the Leads Extractor - Google Maps Scraper? Check it out at https://www.leads-extractor.com/google-maps-edition-guide/

HOW THIS EXTENSION WORKS:

1. Visit a proper group or page on Facebook (or type business type in the top search bar).
2. Open the extension and press the START EXTRACTING button that appears in the new window.
3. Wait for it to finish and download the result into a spreadsheet. 

Easy, peasy! 

Convert the data into leads with Anyleads, FindThatLead or Dux-Soup and send them a personal email. Also don't forget to checkout the free guide we wrote (at the right-bottom corner inside the extension)

Important note:

- Currently supports only english, spanish, dutch and german. Set language of your social media platform accordingly to one of the previous mentioned supported language(s).

- You will be prompted to login with your gmail account for verification purposes.

- You might have less results than shown members due privacy settings of those people.

Ran into any issues? Contact us at [email protected]

=======
Leads Extractor is a powerful tool to boost your company or product for a fair monthly price and unlimited access without hidden fees forever. Extract data and convert them into leads with Anyleads, FindThatLead or Dux-Soup and send them a personal email. If you are having troubles with either Grouply or even Scrapely then this might be an alternative for you.

DISCLAIMER: All data collected by the extractor will not be stored locally on the computer where you install the extractor extension. The extractor will NOT attempt to offload, distribute, broadcast, sell or in any way share collected data. We designed Leads Extractor with the privacy of the user's data in mind.

Checkout our Policy on our website at https://www.leads-extractor.com/privacy/                    

Grundläggande Information om Tillägg

Namn Leads Extractor - Social Media Leads Extractor - Social Media
ID nljnogdbefgdiejolejlajbghojopcpb
Officiell webbadress https://chromewebstore.google.com/detail/leads-extractor-social-me/nljnogdbefgdiejolejlajbghojopcpb
Beskrivning A Growth Hacker Extractor extension to extract Facebook for the sole purpose of generating leads.
Filstorlek 171 KB
Antal Installationer 6,013
Aktuell Version 2.4.1
Senast Uppdaterad 2023-07-19
Publiceringsdatum 2020-05-04
Betyg 2.90/5 Totalt 21 Betyg
Utvecklare https://leads-extractor.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.leads-extractor.com/
Hjälpsida URL https://www.leads-extractor.com/contact/
URL till Sekretesspolicy Sidan https://www.leads-extractor.com/privacy
Stödda Språk id,ms,de,en,en-GB,en-US,fil,fr,nl,no,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,uk,iw,fa,bn,gu,am-ET,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "b.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/content-script.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        },
        {
            "all_frames": false,
            "js": [
                "assets\/js\/content-script.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "2.4.1",
    "minimum_chrome_version": "88",
    "icons": {
        "128": "icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoE+ft5ptN6\/RgA0T2UD+RzpA4Fkth9hJD1aUR8j2KTshNw8pvzAueCawXmlHJLyuqGXtSKZXZNvhT+X4L8dQaJvKIaVnkFB8VL1zvBUEXPuF0CHuHkYDMBjtFX7TzW2Sq5o+7Urxoz6W3u0QuNn3pR4rwAy+Fb60Nl+YikWS3ofNSpn8hJ2nSrmJbG\/VCWlLXGjr742pJ\/JN5sfCgJwGPUUE65t7RKrdDNV47U0GNeftJ74dEdkQsZPITrYrrlpv3S7gj09+FHeF7ofoGMaC2fni9NC7+vLg\/ZWzqosjz\/R\/Kr3V1PwmyqWh2hV1iSJczyjv9sb5WjlCis4+VgAZ5QIDAQAB",
    "permissions": [
        "identity",
        "identity.email",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.stripe.com\/v1",
        "https:\/\/www.leads-extractor.com\/",
        "https:\/\/*.facebook.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "resources": [
                "assets\/js\/_extractor.js"
            ],
            "use_dynamic_url": true
        }
    ]
}