Email Spy
Find all available email contacts for a domain with a single click.
Τι είναι το Email Spy;
Το Email Spy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://intoli.com, και η κύρια λειτουργία του είναι "Find all available email contacts for a domain with a single click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Email Spy
Λήψη αρχείων επέκτασης Email Spy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Email Spy is a browser extension that lets you find email addresses for any domain with a single click. This can be very useful when doing marketing and lead-generation research for your business. Even if there's an easy to find contact email or form on a company's website, it is often much more effective to target your email to the correct person.
Features include:
- Works with both Chrome and Firefox.
- Finds email addresses with a single click.
- Supports email templates to prepopulate email drafts.
- Completely free and open source. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | iljlpblbhbalekegomdbbilibeahankm |
| Επίσημο URL | https://chromewebstore.google.com/detail/email-spy/iljlpblbhbalekegomdbbilibeahankm |
| Περιγραφή | Find all available email contacts for a domain with a single click. |
| Μέγεθος Αρχείου | 649 KB |
| Αριθμός Εγκαταστάσεων | 516 |
| Τρέχουσα Έκδοση | 0.0.3 |
| Τελευταία Ενημέρωση | 2017-05-17 |
| Ημερομηνία Δημοσίευσης | 2017-05-17 |
| Αξιολόγηση | 3.00/5 Συνολικά 4 Αξιολογήσεις |
| Προγραμματιστής | https://intoli.com |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/sangaline/email-spy |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/sangaline/email-spy |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Email Spy",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"browser_style": false,
"default_title": "Email Spy",
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"storage",
"tabs",
"https:\/\/duckduckgo.com\/*"
],
"description": "Find all available email contacts for a domain with a single click.",
"version": "0.0.3"
} | |