GetEmail.io for Gmail/Outlook/Salesforce

Find the Email of Anyone on Earth directly from your Gmail/Outlook/Salesforce account

Τι είναι το GetEmail.io for Gmail/Outlook/Salesforce;

Το GetEmail.io for Gmail/Outlook/Salesforce είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getemail.io, και η κύρια λειτουργία του είναι "Find the Email of Anyone on Earth directly from your Gmail/Outlook/Salesforce account".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GetEmail.io for Gmail/Outlook/Salesforce

Λήψη αρχείων επέκτασης GetEmail.io for Gmail/Outlook/Salesforce σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        GetEmail.io for Gmail allows you to Find the Email Address of Anyone on Earth, directly in your Gmail, Google Suite, Outlook or Salesforce account. 

The tool is free for basic use (up to 100 emails to find).

GetEmail.io works in 3 easy steps, directly inside your Gmail/Outlook/Salesforce account: 
1. Type in the company of the person whose Email Address you're trying to find.
2. Type in the name of the person.
3. Get his/her Email Address in a couple of seconds.

GetEmail.io uses Big Data & Artificial Intelligence to guess Professional Email Addresses.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GetEmail.io for Gmail/Outlook/Salesforce GetEmail.io for Gmail/Outlook/Salesforce
ID chmaghefgehniobggcaloeoibjmbhfae
Επίσημο URL https://chromewebstore.google.com/detail/getemailio-for-gmailoutlo/chmaghefgehniobggcaloeoibjmbhfae
Περιγραφή Find the Email of Anyone on Earth directly from your Gmail/Outlook/Salesforce account
Μέγεθος Αρχείου 392 KB
Αριθμός Εγκαταστάσεων 100,005
Τρέχουσα Έκδοση 0.0.106
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2021-09-12
Αξιολόγηση 4.82/5 Συνολικά 405 Αξιολογήσεις
Προγραμματιστής https://getemail.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getemail.io
URL της Σελίδας Πολιτικής Απορρήτου https://getemail.io/privacy_policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GetEmail.io for Gmail\/Outlook\/Salesforce",
    "author": "GetEmail",
    "homepage_url": "https:\/\/getemail.io",
    "version": "0.0.106",
    "description": "Find the Email of Anyone on Earth directly from your Gmail\/Outlook\/Salesforce account",
    "icons": {
        "16": "16new.png",
        "48": "48new.png",
        "128": "128new.png"
    },
    "background": {
        "service_worker": "backgroundV3.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.mail.google.com\/*",
                "*:\/\/*.getemail.io\/*",
                "*:\/\/*.outlook.live.com\/*",
                "*:\/\/*.outlook.office.com\/*",
                "*:\/\/*.outlook.office.com.mcas.ms\/*",
                "*:\/\/*.software-f.lightning.force.com\/*",
                "*:\/\/*.software-f.my.salesforce.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/*.salesforce.com\/*"
            ],
            "css": [
                "css\/widget.css",
                "css\/content.css"
            ],
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "libs\/sp.min.js",
                "helpers.js",
                "modules\/epHelpers.js",
                "modules\/EnrichPeopleGmailButton.js",
                "modules\/EnrichPeopleGmailWidget.js",
                "modules\/EnrichPeopleOutlookButton.js",
                "modules\/EnrichPeopleOutlookWidget.js",
                "modules\/EnrichPeopleSalesForceButton.js",
                "modules\/EnrichPeopleSalesForceWidget.js",
                "modules\/ReportBug.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.getemail.io\/*"
            ],
            "run_at": "document_end",
            "js": [
                "modules\/reveal_extension_existence.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "identity",
        "identity.email",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/*",
        "*:\/\/inbox.google.com\/*",
        "*:\/\/contacts.google.com\/*",
        "https:\/\/getemail.io\/*",
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.getemail.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/jquery-3.4.1.min.js",
                "libs\/gmail.js",
                "img\/templateIcon.svg",
                "libs\/SalesForceFindCompanyDomain.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "333767487539-s57mudpp6lfdor5sh8mqic6ndq45tmic.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}