Egot Finder - Contact information finder
Egot Finder, World Leader in B2B/B2C prospect finding tools.
Qu'est-ce que Egot Finder - Contact information finder ?
Egot Finder - Contact information finder est une extension Chrome développée par egot.io, et sa fonction principale est "Egot Finder, World Leader in B2B/B2C prospect finding tools.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Egot Finder - Contact information finder
Téléchargez les fichiers d'extension Egot Finder - Contact information finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Egot Finder - Contact information finder |
ID | cmdoaemdhofaocicofbpaccibodhnolk |
URL Officiel | https://chromewebstore.google.com/detail/egot-finder-contact-infor/cmdoaemdhofaocicofbpaccibodhnolk |
Description | Egot Finder, World Leader in B2B/B2C prospect finding tools. |
Taille du Fichier | 656 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-09-05 |
Date de Publication | 2020-08-05 |
Développeur | egot.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.egot.io |
URL de la Page d'Aide | https://www.egot.io/contact |
URL de la Page de Politique de Confidentialité | https://www.egot.io/terms-and-condition |
Langues Prises en Charge | 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 } |