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은(는) lava leads에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape Apollo.io unlimited B2B Leads to CSV / Excel. Export Apollo.io People (Email) & Company information without limits."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Lead Exporter for Apollo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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