Free Email And Social Extractor - Growth Hunt

Best FREE way to automatically detect and extract emails and social profiles from websites you visit.

Free Email And Social Extractor - Growth Hunt란 무엇입니까?

Free Email And Social Extractor - Growth Hunt은(는) https://growthhunt.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best FREE way to automatically detect and extract emails and social profiles from websites you visit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Free Email And Social Extractor - Growth Hunt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A completely FREE and feature rich email and social media extractor.

Simply navigate through websites and Growth Hunt will automatically extract all emails and social handles for you. Once finished with searching, you will be able to download them as a CSV in one batch and import them in Excel, Google Sheets or any automation system.

Features:
   - Extract emails and social handles (LinkedIn, Twitter, Instagram, Facebook)
   - Save detected contacts in one place
   - Works on all types of pages (incl. Ajax & SPA)
   - Show current page results
   - Export contacts as a CSV
   - Blacklist contacts and prevent detecting them in the future
   - Automatic removal of duplicates
   - Keep data over multiple sessions
   - Select which contacts to ignore for export
   - Quick enable/disable extension button
   - Offline support
   - Choose which contact types to detec (eg. only email and Twitter)
   - Very fast and lightweight

No tracking, no advertisement, no spam, no b******.

Use your newly found emails at your discretion! :)                    

확장 프로그램 기본 정보

이름 Free Email And Social Extractor - Growth Hunt Free Email And Social Extractor - Growth Hunt
ID ciladpeminmmpbedkmchpkalflkpmfap
공식 URL https://chromewebstore.google.com/detail/free-email-and-social-ext/ciladpeminmmpbedkmchpkalflkpmfap
설명 Best FREE way to automatically detect and extract emails and social profiles from websites you visit.
파일 크기 3.21 MB
설치 횟수 1,825
현재 버전 0.3.0
최근 업데이트 2020-08-14
출시 날짜 2020-07-02
평점 4.00/5 총 4 개의 평점
개발자 https://growthhunt.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.growthhunt.io
도움말 페이지 URL https://www.growthhunt.io/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Free Email And Social Extractor - Growth Hunt",
    "homepage_url": "https:\/\/www.growthhunt.io",
    "description": "Best FREE way to automatically detect and extract emails and social profiles from websites you visit.",
    "default_locale": "en",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "16": "icons\/color\/16.png",
        "48": "icons\/color\/48.png",
        "128": "icons\/color\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js-dist\/jquery-3.5.1.min.js",
                "js\/content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Free Email And Social Extractor - GrowthHunt",
        "default_icon": {
            "19": "icons\/color\/19.png",
            "38": "icons\/color\/38.png"
        }
    },
    "version": "0.3.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}