SuperReach: Sales, hiring and prospecting

Automation tool for Hiring CRM

Τι είναι το SuperReach: Sales, hiring and prospecting;

Το SuperReach: Sales, hiring and prospecting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://superreach.com, και η κύρια λειτουργία του είναι "Automation tool for Hiring CRM".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SuperReach: Sales, hiring and prospecting

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

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

                        SuperReach helps recruitment and sales teams generate more leads. Find prospect’s contact information, engage them with impactful messaging across email and LinkedIn that automatically follow-up for you to warm up every conversation. 

What is the SuperReach chrome extension?

The SuperReach Chrome extension allows you to search for new or existing prospects and engage with them through your personalised and automated outreach campaigns that follow-up for you.

Enhance your productivity by automating repetitive tasks in your sales process (e.g. cold emails, follow-ups, etc). With full integration to Gmail, Outlook, and various CRM's we enable you to spend more time building relationships and closing deals whilst automating the repetitive tasks associated with outreach.

How does it work ?

It's as simple as 1,2,3…
1. Install the extension
2. Go to LinkedIn and find prospects you’d like to engage with (we will automatically find their contact details)
3. Enrol prospects into your outreach campaigns (multi-channel across email and LinkedIn)
4. Get more sales engagements, replies, leads, and meetings booked
5. Close more deals

Who is the extension for?

SuperReach is the trusted tool of choice for recruitment and sales teams who are looking to increase performance, reduce time to bill and save hours of time per consultant.

The extension is really for anyone who wants to increase their productivity and connect with people anywhere in the world!                    

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

Όνομα SuperReach: Sales, hiring and prospecting SuperReach: Sales, hiring and prospecting
ID nfjemjifleiijedpmipbgbpefcopdkci
Επίσημο URL https://chromewebstore.google.com/detail/superreach-sales-hiring-a/nfjemjifleiijedpmipbgbpefcopdkci
Περιγραφή Automation tool for Hiring CRM
Μέγεθος Αρχείου 2.75 MB
Αριθμός Εγκαταστάσεων 167
Τρέχουσα Έκδοση 1.2.127
Τελευταία Ενημέρωση 2024-02-04
Ημερομηνία Δημοσίευσης 2022-04-18
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://superreach.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.superreach.com?utm_source=chrome&utm_medium=chrome
Διεύθυνση URL της Σελίδας Βοήθειας https://www.superreach.com?utm_source=chrome&utm_medium=chrome
URL της Σελίδας Πολιτικής Απορρήτου https://superreach.com/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automation tool for Hiring CRM",
    "version": "1.2.127",
    "manifest_version": 3,
    "name": "SuperReach: Sales, hiring and prospecting",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "webNavigation",
        "tabs",
        "webRequest",
        "activeTab",
        "clipboardRead",
        "clipboardWrite"
    ],
    "action": {
        "default_icon": "images\/superreach_logo.png"
    },
    "icons": {
        "128": "images\/superreach_logo.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "watcher.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "*.png",
                "panel.html",
                "js\/XMLHttpWatcher.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}