Egot Finder - Contact information finder

Egot Finder, World Leader in B2B/B2C prospect finding tools.

Egot Finder - Contact information finder란 무엇입니까?

Egot Finder - Contact information finder은(는) egot.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Egot Finder, World Leader in B2B/B2C prospect finding tools."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Egot Finder - Contact information finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Egot Finder helps you to easily find your customers most up to date contact details on the web. 

Egot Finder lets you find the prospects email and phone number. In just one click, our Chrome extension finds the verified contacts details to accelerate your sales.

Our extension is used by sales professionals, recruiters, marketers and prospecting professionals. 

With Egot Finder, professionals boost their sales by 3X. Saves prospecting time as the information they wanted is just a click away. 

This extension supports global find at a rapid speed. Our tool's accuracy rivals that of experts, and does the job in a fraction of time.

Website: www.egot.io 

Questions: Drop us your questions at [email protected]                    

확장 프로그램 기본 정보

이름 Egot Finder - Contact information finder Egot Finder - Contact information finder
ID cmdoaemdhofaocicofbpaccibodhnolk
공식 URL https://chromewebstore.google.com/detail/egot-finder-contact-infor/cmdoaemdhofaocicofbpaccibodhnolk
설명 Egot Finder, World Leader in B2B/B2C prospect finding tools.
파일 크기 656 KB
설치 횟수 23
현재 버전 1.3
최근 업데이트 2020-09-05
출시 날짜 2020-08-05
개발자 egot.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.egot.io
도움말 페이지 URL https://www.egot.io/contact
개인정보 보호 정책 페이지 URL https://www.egot.io/terms-and-condition
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Egot Finder - Contact information finder",
    "description": "Egot Finder, World Leader in B2B\/B2C prospect finding tools.",
    "version": "1.3",
    "author": "Karthi",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/www.egot.io\/*",
        "storage"
    ],
    "manifest_version": 2
}