Scrab.in - LinkedIn Prospecting Tool

Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension

Qu'est-ce que Scrab.in - LinkedIn Prospecting Tool ?

Scrab.in - LinkedIn Prospecting Tool est une extension Chrome développée par https://scrab.in, et sa fonction principale est "Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Scrab.in - LinkedIn Prospecting Tool

Téléchargez les fichiers d'extension Scrab.in - LinkedIn Prospecting Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Experience seamless lead generation and marketing automation with Scrab.in, the ultimate LinkedIn prospecting tool. This chrome extension will revolutionize your social network experience and streamline your lead generation efforts.

LinkedIn Automation for Rapid Growth

Scrab.in automates your actions, allowing you to effortlessly visit profiles, send direct messages, and auto-endorse skills. By using targeted searches in Sales Navigator, you can work synergistically with Scrab.in to visit and endorse profiles, thus expanding your network and enhancing your prospecting.

Easy and Efficient Lead Generation on LinkedIn

This chrome extension simplifies your lead generation process, enabling you to efficiently connect with potential clients, grow your network, and boost your sales. Don't miss the opportunity to try Scrab.in and experience unparalleled support from our team. Download and store all vital information for future use like email finding, and watch your lead generation grow 10x.

Leveraging LinkedIn for Marketing Automation

Scrab.in is the perfect marketing automation tool to help you enhance your online presence, build connections, and generate more leads. Use Scrab.in in conjunction with Sales Navigator to optimize your LinkedIn prospecting efforts and reach your target audience more effectively.

Seamless Integration with LinkedIn

Key Features of Scrab.in:
🚀 Boost Profile Visits: Get 200% more visits to your profile with automated messages, connection invites, and profile visits.
🎯 Easy Campaign Setup: Simplify your LinkedIn lead generation campaign setup with just a couple of clicks.
🕵️‍♂️ Enhanced Profile Filtering: Skip certain connection levels and unverified profiles to focus on the most relevant prospects.
🌟 Endorse Skills: Validate skills of other users to enhance your profile and encourage endorsements in return.
🤝 Connection Invites: Send personalized invitations each day to build your network quickly.
📊 Generate and Download Leads: Easily generate leads on LinkedIn and download them in CSV format for further use.
📁 CSV Management: Upload your CSV files to manage outbound marketing campaigns and send personalized messages.
💪 All-in-one Solution: Automate all actions needed to grow on LinkedIn and promote your value proposition.
🏆 Recommended by Experts: Outbound marketing and lead generation experts recommend Scrab.in for its powerful features and ease of use.


Try Scrab.in today and discover how to automate with ease, and give your lead generation efforts a significant boost.                    

Informations de Base sur l'Extension

Nom Scrab.in - LinkedIn Prospecting Tool Scrab.in - LinkedIn Prospecting Tool
ID npcfccjbkefemjkfogefnhojohpdjflg
URL Officiel https://chromewebstore.google.com/detail/scrabin-linkedin-prospect/npcfccjbkefemjkfogefnhojohpdjflg
Description Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension
Taille du Fichier 1.48 MB
Nombre d'Installations 10,808
Version Actuelle 4.6.1
Dernière Mise à Jour 2024-01-25
Date de Publication 2020-05-18
Évaluation 4.58/5 Total 101 Évaluations
Développeur https://scrab.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://scrab.in
URL de la Page d'Aide https://help.findthatlead.com/en/?q=Scrab.in
URL de la Page de Politique de Confidentialité https://scrab.in/en/privacy
Langues Prises en Charge en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_manifest_description__",
    "version": "4.6.1",
    "minimum_chrome_version": "48.0",
    "browser_action": {
        "default_popup": ".\/Views\/popup.html",
        "default_icon": ".\/Assets\/Images\/icon-128.png"
    },
    "icons": {
        "128": ".\/Assets\/Images\/icon-128.png",
        "16": ".\/Assets\/Images\/icon-16.png",
        "48": ".\/Assets\/Images\/icon-48.png",
        "32": ".\/Assets\/Images\/icon-32.png",
        "64": ".\/Assets\/Images\/icon-64.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "http:\/\/linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "http:\/\/*.linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "http:\/\/www.linkedin.com\/*",
        "https:\/\/www.linkedin.com\/*",
        ""
    ],
    "background": {
        "persistent": true,
        "scripts": [
            ".\/Libs\/jquery.min.js",
            ".\/Libs\/moment.js",
            ".\/Assets\/JS\/web.api.js",
            ".\/Assets\/JS\/notify.min.js",
            ".\/Scripts\/BackgroundScript\/bg.port.js",
            ".\/Scripts\/BackgroundScript\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                ".\/Assets\/CSS\/style.css",
                ".\/Libs\/jquery-ui.css"
            ],
            "all_frames": false,
            "js": [
                ".\/Libs\/jquery-1.12.4.js",
                ".\/Libs\/jquery-ui.js",
                ".\/Libs\/toast.min.js",
                ".\/Libs\/alert.min.js",
                ".\/Libs\/moment.js",
                ".\/Assets\/JS\/web.api.js",
                ".\/Assets\/JS\/linkedin.api.js",
                ".\/Assets\/JS\/notify.min.js",
                ".\/Scripts\/ContentScript\/content.port.js",
                ".\/Scripts\/ContentScript\/content_script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [],
            "all_frames": false,
            "js": [
                ".\/Libs\/jquery-1.12.4.js",
                ".\/Libs\/moment.js",
                ".\/Libs\/toast.min.js",
                ".\/Scripts\/ContentScript\/global.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.findthatlead.com\/*",
                "*:\/\/*.scrab.in\/*"
            ],
            "js": [
                ".\/Scripts\/ContentScript\/extension_installed.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "frame-ancestors; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/client.crisp.chat; script-src 'self' 'unsafe-eval' https:\/\/prism.app-us1.com https:\/\/diffuser-cdn.app-us1.com https:\/\/connect.facebook.net 'sha256-D5ddX1mPGBdO6\/hnMVD0DyJV7q1XR1m2Yv1kWQi0RmA=' 'sha256-xC21dshjBYXsRaLa+xYT+EDDcUWIB16sPXtNKL1AO54=' 'sha256-X5S4y8i1QX1yIBshLF1actS9c06u5+zztLROAFk5U4A=' https:\/\/widget.intercom.io https:\/\/*.intercomcdn.com\/ https:\/\/*.hotjar.com\/ https:\/\/www.google-analytics.com\/analytics.js https:\/\/*.google-analytics.com https:\/\/*.mxpnl.com https:\/\/*.googletagmanager.com https:\/\/*.googleadservices.com https:\/\/*.crisp.chat; object-src 'self'",
    "web_accessible_resources": [
        "*.*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/api.scrab.in\/*",
            "https:\/\/app.scrab.in\/*",
            "https:\/\/app-new.scrab.in\/*"
        ]
    }
}