Scrab.in - LinkedIn Prospecting Tool

Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension

O que é Scrab.in - LinkedIn Prospecting Tool?

Scrab.in - LinkedIn Prospecting Tool é uma extensão do Chrome desenvolvida por https://scrab.in, e sua principal característica é "Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Scrab.in - LinkedIn Prospecting Tool

Baixe arquivos de extensão Scrab.in - LinkedIn Prospecting Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Scrab.in - LinkedIn Prospecting Tool Scrab.in - LinkedIn Prospecting Tool
ID npcfccjbkefemjkfogefnhojohpdjflg
URL Oficial https://chromewebstore.google.com/detail/scrabin-linkedin-prospect/npcfccjbkefemjkfogefnhojohpdjflg
Descrição Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension
Tamanho do Arquivo 1.48 MB
Contagem de Instalações 10,808
Versão Atual 4.6.1
Última Atualização 2024-01-25
Data de Publicação 2020-05-18
Classificação 4.58/5 Total de 101 Avaliações
Desenvolvedor https://scrab.in
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://scrab.in
URL da Página de Ajuda https://help.findthatlead.com/en/?q=Scrab.in
URL da Página de Política de Privacidade https://scrab.in/en/privacy
Idiomas Suportados 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\/*"
        ]
    }
}