Email Scraper
Convert any company names to its emails. Just highlight company name in page and get its email list.
Email Scraper란 무엇입니까?
Email Scraper은(는) Zahra Jalilibaleh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert any company names to its emails. Just highlight company name in page and get its email list."입니다.
확장 프로그램 스크린샷
Email Scraper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you a B2B establishment? Have you made up your marketing strategy and plan? Are you benefiting from a reliable database of partners’ emails? If not, you may lose a lot of time and employee efficiency, as you certainly are aware of the long sales cycles B2Bs face. Mail-Scraper is here to facilitate your marketing procedure fast and secure. Today the modern world is on a non-stop fast train in which procrastination is not approved. Being armed with a trustable database of B2B email collection is a vital necessity. Therefore, Mail-Scraper email finder is exactly what you NEED!
확장 프로그램 기본 정보
이름 | |
ID | knlofpaihedbdhnkkikajdfglpghmike |
공식 URL | https://chrome.google.com/webstore/detail/email-scraper/knlofpaihedbdhnkkikajdfglpghmike |
설명 | Convert any company names to its emails. Just highlight company name in page and get its email list. |
파일 크기 | 5.54 MB |
설치 횟수 | 161 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2020-03-23 |
출시 날짜 | 2020-03-22 |
개발자 | Zahra Jalilibaleh |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mail-scraper.com/ |
도움말 페이지 URL | https://mail-scraper.com/b2b-company-email-finder/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email Scraper", "short_name": "CUF", "description": "Convert any company names to its emails. Just highlight company name in page and get its email list.", "version": "1.1.1", "author": "Zahra Jalilibaleh", "browser_action": { "default_icon": "logo.png", "default_title": "Email Scraper", "default_popup": "index.html" }, "background": { "scripts": [ "vendor\/jquery\/jquery-3.2.1.min.js", "js\/main.js" ], "persistent": true }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "https:\/\/mail-scraper.com\/*", "activeTab", "storage" ] } |