Betterleap

Find any candidate's email address and email them quickly on Betterleap.

Τι είναι το Betterleap;

Το Betterleap είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Betterleap Inc., και η κύρια λειτουργία του είναι "Find any candidate's email address and email them quickly on Betterleap.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Betterleap's Chrome extension helps find anyone's personal email address and makes it easy for you to add them into a Betterleap email sequence to quickly get in touch with them.

Recruiting teams use Betterleap's Chrome extension to:
- Add candidates to Betterleap from LinkedIn and LinkedIn Recruiter 
- Find email addresses for candidates
- Send email sequences and automate follow-ups
- Sync candidate data with your ATS
- Get candidate insights

Betterleap integrates with Gmail, Outlook and can sync with popular ATSs like Lever, Greenhouse, Ashby, Recruiterflow and more.

Betterleap's customers are tech savvy recruiting teams from tech startups, boutique recruiting firms, and talent partners at VC firms who want to 10x their productivity.

If you've discovered our Chrome extension without talking to our team first, please sign up at https://app.betterleap.com/signup to learn more and schedule a demo.

By installing the extension, you agree to Betterleap’s Terms of Service (https://betterleap.com/terms).                    

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

Όνομα Betterleap Betterleap
ID bimmbgomanhpkfodmiomjgfakleojpia
Επίσημο URL https://chromewebstore.google.com/detail/betterleap/bimmbgomanhpkfodmiomjgfakleojpia
Περιγραφή Find any candidate's email address and email them quickly on Betterleap.
Μέγεθος Αρχείου 1.18 MB
Αριθμός Εγκαταστάσεων 539
Τρέχουσα Έκδοση 0.45
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2022-08-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Betterleap Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://betterleap.com/
URL της Σελίδας Πολιτικής Απορρήτου https://betterleap.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Betterleap",
    "short_name": "React Extension",
    "name": "Betterleap",
    "version": "0.45",
    "description": "Find any candidate's email address and email them quickly on Betterleap.",
    "action": {
        "default_title": "Betterleap"
    },
    "icons": {
        "16": "favicon.ico",
        "32": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "identity",
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "system.display",
        "commands",
        "webNavigation"
    ],
    "oauth2": {
        "client_id": "219416760994-qipg37g9ctsp9qc0f9esp4luukh97ear.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "openid"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/sales\/*"
            ],
            "js": [
                ".\/static\/js\/salesNavigatorContent.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' https:; connect-src https: http:; object-src 'self'; style-src 'self' 'unsafe-inline'; style-src-elem https:\/\/cdn.tiny.cloud\/1\/no-api-key\/tinymce\/5.2.2-80\/skins\/ui\/oxide\/skin.min.css 'unsafe-inline'; frame-src 'self' betterleap-api-dev.firebaseapp.com https:\/\/extension.betterleap.com "
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*",
                "static\/media\/*",
                "content.css",
                "\/static\/js\/*",
                "main.css",
                "sw-warning.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/extension.betterleap.com\/*"
        ],
        "accept_tls_channel_id": true
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "commands": {
        "perform-primary-action": {
            "suggested_key": {
                "default": "Ctrl+W",
                "mac": "MacCtrl+W"
            },
            "description": "Performs the primary action of the given extension view."
        }
    }
}