Provides email domain search, verification, and count functionalities using the Tomba.io API. Easily integrate email data into your VSCode environment.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Enhance your development workflow with Tomba Email Tools. This extension allows you to search email domains, verify email addresses, and count emails directly within VSCode, leveraging the powerful Tomba API. It's an essential tool for developers handling email-related data.
Install
Manual Install
Go to the git and download folder, then copy the files in the folder to the path directly:
From website: Go to Visual Studio Code Marketplace, and search 'Email Finder', then click the install button.
From VS Code: click extensions sidebar, and search 'Email Finder', then click the install button.
From VS Code command: ext install tomba-io.email-finder
Usage
Run your command from the Command Palette (Ctrl+Shift+P)
type "Tomba", and select your command
Set the API Key
When users install your extension, they will need to set their API key and API secret in the settings for the extension to work. You might want to include instructions on how to do this in your extension's README file:
Open VSCode Settings (File > Preferences > Settings).
Search for "Tomba.io API" or the name of your extension.
Enter the API key in the "Tomba.io API Key" setting.
Enter the API secret in the "Tomba.io API Secret" setting.
FURTHER READING
Read more about Tomba Email Finder
Domain Search (Search emails are based on the website You give one domain name and it returns all the email addresses found on the internet.)
Email Finder (This API endpoint generates or retrieves the most likely email address from a domain name, a first name and a last name..)
Author Finder (Instantly discover the email addresses of article authors.)
Enrichment (The Enrichment lets you find the current job title, company, location and social profiles of the person behind the email.)
Linkedin Finder (The Linkedin lets you find the current job title, company, location and social profiles of the person behind the linkedin URL.)
Email Verifier (checks the deliverability of a given email address, verifies if it has been found in our database, and returns their sources.)
Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
Release Notes
Users appreciate release notes as you update your extension.