Scrab.in - LinkedIn Prospecting Tool

Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension

Vad är Scrab.in - LinkedIn Prospecting Tool?

Scrab.in - LinkedIn Prospecting Tool är en Chrome-tillägg utvecklad av https://scrab.in, och dess huvudfunktion är "Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Scrab.in - LinkedIn Prospecting Tool-förlängningens CRX-fil

Ladda ner Scrab.in - LinkedIn Prospecting Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Scrab.in - LinkedIn Prospecting Tool Scrab.in - LinkedIn Prospecting Tool
ID npcfccjbkefemjkfogefnhojohpdjflg
Officiell webbadress https://chromewebstore.google.com/detail/scrabin-linkedin-prospect/npcfccjbkefemjkfogefnhojohpdjflg
Beskrivning Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension
Filstorlek 1.48 MB
Antal Installationer 10,808
Aktuell Version 4.6.1
Senast Uppdaterad 2024-01-25
Publiceringsdatum 2020-05-18
Betyg 4.58/5 Totalt 101 Betyg
Utvecklare https://scrab.in
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://scrab.in
Hjälpsida URL https://help.findthatlead.com/en/?q=Scrab.in
URL till Sekretesspolicy Sidan https://scrab.in/en/privacy
Stödda Språk 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\/*"
        ]
    }
}