Entelo

The Entelo Chrome Extension helps you bring Entelo with you, wherever you source!

Τι είναι το Entelo;

Το Entelo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.entelo.com, και η κύρια λειτουργία του είναι "The Entelo Chrome Extension helps you bring Entelo with you, wherever you source!".

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

screenshot

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

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

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

                        The Entelo Chrome Extension helps you bring Entelo with you while browsing whichever  preferred candidate sourcing tool.
Leverage Entelo data while you browse profiles on other social sites such as LinkedIn, Github, Facebook, Twitter and other sources. 

> Why a Chrome Extension?

It’s not uncommon for recruiters to find themselves in an endless sourcing black hole, getting lost in a sea of open tabs, hunting down email addresses and trying to track it all in a spreadsheet. All of this back and forth between websites and spreadsheets can cost you productivity and make it difficult to reach hiring goals.

At Entelo we want to adapt to the way that you source and not the other way around. The Entelo Chrome Extension does just that, by providing a condensed view of candidate data at your fingertips, no matter where you may be sourcing.

> How does it work?

Whether you’re viewing a candidate’s professional profile or social media account, you can use the Entelo Chrome Extension’s three core modules to:

•	Find and Qualify. Use the Entelo Profile module to get a summary view of a candidate’s social footprint, skill level, company fit, likeliness to move, key achievements, and career progression. Add candidates to Entelo Projects and find similar profiles.
•	Engage. In the Messaging module, access candidates’ personal email address, craft and optimize emails using Outreach Insights, and schedule automated follow ups.
•	Export. Navigate to the Export module to add sourced candidates directly to your Entelo-partnered ATS.


The extension can also identify when you are running searches (either for candidates or companies) on other websites, and suggest similar searches on Entelo to help you find exactly what or who you are looking for. 
And because the extension is directly linked to your personal Entelo account - all of your activity is saved and waiting for you on the Entelo platform.                    

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

Όνομα Entelo Entelo
ID nogdppkjhdnlpkbbdbgpmekmbfpkkogb
Επίσημο URL https://chromewebstore.google.com/detail/entelo/nogdppkjhdnlpkbbdbgpmekmbfpkkogb
Περιγραφή The Entelo Chrome Extension helps you bring Entelo with you, wherever you source!
Μέγεθος Αρχείου 1011 KB
Αριθμός Εγκαταστάσεων 2,471
Τρέχουσα Έκδοση 3.0.22
Τελευταία Ενημέρωση 2023-09-26
Ημερομηνία Δημοσίευσης 2020-08-22
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.entelo.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.entelo.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://support.entelo.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.entelo.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Entelo",
    "description": "The Entelo Chrome Extension helps you bring Entelo with you, wherever you source!",
    "version": "3.0.22",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/www.entelo.com\/search\/extension",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.entelo.com\/*"
    ],
    "optional_permissions": [
        "tabs",
        "contentSettings",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "fonts\/*"
    ],
    "commands": {
        "reload": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Reload Extension"
        }
    }
}