Seternity Mail

Get email address from LinkedIn.

Τι είναι το Seternity Mail;

Το Seternity Mail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Seternity Solutions, και η κύρια λειτουργία του είναι "Get email address from LinkedIn.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Seternity Mail

Λήψη αρχείων επέκτασης Seternity Mail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Get personal email address for LinkedIn profiles. get private email address to reach out for jobs or selling your product. Best application for Recruiters and sales  professionals.

Contact the people you always wanted to reach to through Seternity Mail.

If you are looking to find Email addresses of users on LinkedIn, then this is exactly what we provide

As you would already know, LinkedIn is the largest and most updated source of professional profiles and talent pool. There is no better source to contact professionals apart from LinkedIn for recruitment and business development purposes and that is why most of the recruitment and sales is happening over LinkedIn now. We see it as the future of recruitment and sales. But one of the challenges for the Recruiters and Sales people is to get the contact details of people available on LinkedIn. 

We intend to address this issue by providing Email addresses of LinkedIn User profiles

Email Finder can be extremely handy with first mover advantage for Sales people, and Recruiters struggling to fill tough positions. The best part, as with all of our other services, we do it an incredibly low price. So reach out to people you have been trying to reach at an extremely low price, faster than anyone else.

Here are our exiting plans. Choose the one that best suits your requirements.

 Plan 	                 Price
 100 Emails per month	 $14.99 per month
 500 Emails per month	 $29.99 per month
 1,000 Emails per month	 $49.99 per month
 1,500 Emails per month	 $69.99 per month
 3,000 Emails per month	 $119.99 per month

Free trial available for 10 Email views. Contact [email protected]. Try it now !!!                    

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

Όνομα Seternity Mail Seternity Mail
ID ekolibgoaoffbjaggmgfkmbopmlmkfcp
Επίσημο URL https://chromewebstore.google.com/detail/seternity-mail/ekolibgoaoffbjaggmgfkmbopmlmkfcp
Περιγραφή Get email address from LinkedIn.
Μέγεθος Αρχείου 561 KB
Αριθμός Εγκαταστάσεων 123
Τρέχουσα Έκδοση 1.3.9
Τελευταία Ενημέρωση 2023-11-16
Ημερομηνία Δημοσίευσης 2020-06-18
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Seternity Solutions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.seternitysolutions.com/email-finder.html
Διεύθυνση URL της Σελίδας Βοήθειας https://www.seternitysolutions.com/contact.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Seternity Mail",
    "short_name": "Get email address from LinkedIn.",
    "version": "1.3.9",
    "description": "Get email address from LinkedIn.",
    "icons": {
        "32": "logo\/logo-32.png",
        "64": "logo\/logo-64.png",
        "128": "logo\/logo128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "background"
    ],
    "action": {
        "default_icon": {
            "32": "logo\/logo-32.png",
            "64": "logo\/logo-64.png",
            "128": "logo\/logo128.png"
        },
        "default_title": "Click here to get email address!",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "shared.js",
                "content.js",
                "jquery-3.3.1.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "start.js",
                "jquery-3.3.1.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "xhr.js",
                "jquery-3.3.1.min.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/kendoemailapp.com\/*",
        "https:\/\/script.google.com\/*"
    ]
}