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.”。
擴展截圖
下載Egot Finder - Contact information finder擴展crx文件
下載Egot Finder - Contact information finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | cmdoaemdhofaocicofbpaccibodhnolk |
官方網址 | 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 } |