Lead Exporter for Apollo

Scrape Apollo.io unlimited B2B Leads to CSV / Excel. Export Apollo.io People (Email) & Company information without limits.

Τι είναι το Lead Exporter for Apollo;

Το Lead Exporter for Apollo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lava leads, και η κύρια λειτουργία του είναι "Scrape Apollo.io unlimited B2B Leads to CSV / Excel. Export Apollo.io People (Email) & Company information without limits.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lead Exporter for Apollo

Λήψη αρχείων επέκτασης Lead Exporter for Apollo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Export Email leads from Apollo.io.

🔥 FEATURES

✓ Export People with verified Business Email
✓ Do not Get Email option, you can fetch Email later with other Email Finder
✓ Extract Company info
✓ Available on Total, Net New, Saved tab
✓ More than 5 pages on Net New Tab
✓ Save data to XLSX/CSV/JSON

👋 FAQ
If you have any questions, please keep in touch via [email protected].

🔒 DATA PRIVACY
All data is processed in your local computer, never passing through our web server, and no one knows what you save.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lead Exporter for Apollo Lead Exporter for Apollo
ID fhlfdnhddefmfmmehofnbnkmcbgdlohn
Επίσημο URL https://chromewebstore.google.com/detail/lead-exporter-for-apollo/fhlfdnhddefmfmmehofnbnkmcbgdlohn
Περιγραφή Scrape Apollo.io unlimited B2B Leads to CSV / Excel. Export Apollo.io People (Email) & Company information without limits.
Μέγεθος Αρχείου 756 KB
Αριθμός Εγκαταστάσεων 482
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2023-12-10
Προγραμματιστής lava leads
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://apollo-unlimited-exporter.niomaker.com/
URL της Σελίδας Πολιτικής Απορρήτου https://apollo-unlimited-exporter.niomaker.com/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,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,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.1.0",
    "homepage_url": "https:\/\/apollo-unlimited-exporter.niomaker.com\/",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.apollo.io\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "css": [
                ".\/dist\/contentScripts\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}