Getemail.io legacy

GetEmail.io is the easiest way to find email addresses from anywhere on the web, with just one click.

Getemail.io legacy란 무엇입니까?

Getemail.io legacy은(는) https://getemail.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GetEmail.io is the easiest way to find email addresses from anywhere on the web, with just one click."입니다.

확장 프로그램 스크린샷

screenshot

Getemail.io legacy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GetEmail.io is a magic tool that finds the professional email address of anyone, whatever his or her company or position, in 1 click.

Pricing : free for reasonable use, paid for intensive use. Test us now!

--------------------------

To our knowledge, we have the highest success rate in finding emails and the lowest email bounce rate on the market.

We're 2 top-tier french engineers and we've applied avanced big data and machine learning algorithms to deliver such a high quality of service.

--------------------------

Test and use our tool for free and you'll see by yourself. When our tool gives you an email, you're almost sure it's the right one!                    

확장 프로그램 기본 정보

이름 Getemail.io legacy Getemail.io legacy
ID bpoadpcobdbakpgkgpfhlggfapdkiijm
공식 URL https://chromewebstore.google.com/detail/getemailio-legacy/bpoadpcobdbakpgkgpfhlggfapdkiijm
설명 GetEmail.io is the easiest way to find email addresses from anywhere on the web, with just one click.
파일 크기 2.47 MB
설치 횟수 15,397
현재 버전 3.0.321
최근 업데이트 2024-02-19
출시 날짜 2020-06-30
평점 4.71/5 총 1394 개의 평점
개발자 https://getemail.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://getemail.io
개인정보 보호 정책 페이지 URL https://getemail.io/privacy_policy
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Getemail.io legacy",
    "short_name": "GetEmail.io legacy version",
    "version": "3.0.321",
    "description": "GetEmail.io is the easiest way to find email addresses from anywhere on the web, with just one click.",
    "author": "Nicolas Bahout",
    "icons": {
        "16": "browser_action\/shared\/img\/icone_getemail_16.png",
        "48": "browser_action\/shared\/img\/icone_getemail_48.png",
        "128": "browser_action\/shared\/img\/icone_getemail_128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "\/browser_action\/shared\/lib\/libphonenumber-max.js",
                "content_script\/models\/LinkedinCsrfExtractorModel.js",
                "content_script\/controllers\/onDocumentEndController.js",
                "content_script\/models\/LinkedinSelectorsLibrary.js",
                "browser_action\/shared\/js\/views\/View.js",
                "browser_action\/shared\/js\/views\/OwnAccountView.js",
                "browser_action\/shared\/js\/views\/ManualBugReportView.js",
                "browser_action\/shared\/js\/views\/NameCompanyDomainView.js",
                "browser_action\/shared\/js\/views\/ProfileView.js",
                "browser_action\/shared\/js\/views\/SearchView.js",
                "browser_action\/shared\/js\/views\/TabsView.js",
                "content_script\/views\/ShadowView.js",
                "content_script\/views\/ShadowPopupView.js",
                "content_script\/views\/GetEmailShadowButtonView.js",
                "content_script\/controllers\/shadowInterfaceController.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_script\/views\/shadowCSS.js",
                "browser_action\/shared\/lib\/jquery-2.1.1.js",
                "browser_action\/shared\/lib\/jquery-ui.min.js",
                "browser_action\/shared\/lib\/lodash.core.min.js",
                "browser_action\/shared\/lib\/browser-polyfill.min.js",
                "browser_action\/shared\/js\/ExtensionStorage.js",
                "browser_action\/shared\/js\/helpers.js",
                "browser_action\/shared\/js\/models\/Model.js",
                "content_script\/models\/InvestigationModel.js",
                "content_script\/models\/LinkedinCsrfExtractorModel.js",
                "content_script\/models\/LinkedinDataExtractorModel.js",
                "content_script\/models\/LinkedinContactsListModel.js",
                "content_script\/controllers\/onDocumentStartController.js",
                "browser_action\/shared\/js\/googleAnalyticsEvents.js",
                "browser_action\/shared\/js\/account.js",
                "browser_action\/shared\/js\/v2_api_request.js",
                "browser_action\/shared\/js\/models\/LinkedinSearchModel.js",
                "browser_action\/shared\/js\/models\/LinkedinProfileModel.js",
                "browser_action\/shared\/js\/models\/BrowserActionIconModel.js",
                "browser_action\/shared\/js\/views\/View.js",
                "browser_action\/shared\/js\/views\/ListView.js",
                "browser_action\/shared\/js\/views\/ColleagueListView.js",
                "browser_action\/shared\/js\/views\/NameCompanyDomainView.js",
                "browser_action\/shared\/js\/views\/ProfileView.js",
                "browser_action\/shared\/js\/views\/SearchView.js",
                "content_script\/views\/InPagePopupView.js",
                "content_script\/views\/ActivationPopupView.js",
                "content_script\/views\/RetentionPopupView.js",
                "browser_action\/shared\/js\/StateReporter.js",
                "content_script\/functions.js",
                "content_script\/v2_linkedin-company.js",
                "browser_action\/shared\/js\/detect_page.js",
                "content_script\/v2_linkedin_version.js",
                "content_script\/controllers\/onUrlChangeController.js",
                "browser_action\/shared\/js\/request_tracker.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.getemail.io\/*"
            ],
            "js": [
                "browser_action\/shared\/lib\/lodash.core.min.js",
                "browser_action\/shared\/lib\/browser-polyfill.min.js",
                "browser_action\/shared\/lib\/jquery-2.1.1.js",
                "browser_action\/shared\/js\/ExtensionStorage.js",
                "browser_action\/shared\/js\/models\/Model.js",
                "browser_action\/shared\/js\/helpers.js",
                "browser_action\/shared\/js\/v2_api_request.js",
                "browser_action\/shared\/js\/account.js",
                "content_script\/controllers\/getEmailIoAccountController.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.getemail.io\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content_script\/reveal_extension_existence.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.getemail.io\/*"
        ]
    },
    "action": {
        "default_icon": {
            "32": "browser_action\/shared\/img\/icon_32_33_gray.png"
        },
        "default_title": "Find email addresses",
        "default_popup": "browser_action\/index.html"
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.getemail.io\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.google.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lkAjaxExtractor.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "resources": [
                "browser_action\/libs\/jquery-3.4.1.min.js",
                "browser_action\/libs\/gmail.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "333767487539-s57mudpp6lfdor5sh8mqic6ndq45tmic.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "background": {
        "service_worker": "background.js"
    }
}