MailTiger
MailTiger Extension can be used to find emails of people
MailTiger란 무엇입니까?
MailTiger은(는) Mail Tiger에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MailTiger Extension can be used to find emails of people"입니다.
확장 프로그램 스크린샷
MailTiger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FREE 500 Linkedin Lead Credits - Build a list of targeted leads to grow your business. MailTiger is a Lead Tracker tool for Linkedin which can be used to collect email address for 1st, 2nd and 3rd level Linkedin connections. Just visit any of the profile on linkedin and click on Fetch to add the lead to lead table. What you can do with this Tool: * Fetch 1st, 2nd and 3rd+ Linkedin connections * 100% of leads are added to the Lead Table Best Linkedin Lead Tracker and Email Sender Tool ---------------------------------------- Search emails for any linkedin profiles without connecting directly with that linkedin profile and save money from spending on Linkedin InMails or sending too much connection requests. Best to Collect Leads from Search on Linkedin search results ------------------------------------------------ Extract leads from the search results and can use it for regular, premium or Linkedin Sales Navigator account. Export Leads (CSV/Excel) ------------------------------------------------- Extract Leads to CSV or Excel including Name, Company and Designation Join MailTiger right now and get 500 free lead credits. How to get started? -------------------------- 1- First install the MailTiger Chrome extension from the Chrome Web Store (click on "Add to Chrome") 2- Go to any Linkedin profile and click on the MailTiger button in your upper right window 3. Setup your MailTiger API key 4. Setup Email Template to Send Emails For any further questions, feel free to contact us.
확장 프로그램 기본 정보
이름 | |
ID | diaindjcknlocppdljlcbpgebajghogp |
공식 URL | https://chrome.google.com/webstore/detail/mailtiger/diaindjcknlocppdljlcbpgebajghogp |
설명 | MailTiger Extension can be used to find emails of people |
파일 크기 | 1.82 MB |
설치 횟수 | 33 |
현재 버전 | 3.2.1 |
최근 업데이트 | 2020-11-17 |
출시 날짜 | 2020-07-23 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Mail Tiger |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.mailtiger.co |
도움말 페이지 URL | https://www.mailtiger.co |
개인정보 보호 정책 페이지 URL | https://www.mailtiger.co/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MailTiger", "version": "3.2.1", "description": "MailTiger Extension can be used to find emails of people", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-3.4.1.js", "js\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/www.mailtiger.co\/*" ], "js": [ "js\/jquery-3.4.1.js", "js\/bootstrap-4.4.1.min.js", "js\/script.js" ], "css": [ "css\/bootstrap-4.4.1.min.css" ] } ], "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ", "web_accessible_resources": [ "images\/*.png" ] } |