Scrab.in - LinkedIn Prospecting Tool

Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension

Scrab.in - LinkedIn Prospecting Tool란 무엇입니까?

Scrab.in - LinkedIn Prospecting Tool은(는) https://scrab.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Scrab.in - LinkedIn Prospecting Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Scrab.in - LinkedIn Prospecting Tool Scrab.in - LinkedIn Prospecting Tool
ID npcfccjbkefemjkfogefnhojohpdjflg
공식 URL https://chromewebstore.google.com/detail/scrabin-linkedin-prospect/npcfccjbkefemjkfogefnhojohpdjflg
설명 Boost Your LinkedIn Prospecting with a Powerful Email Finder Chrome Extension
파일 크기 1.48 MB
설치 횟수 10,808
현재 버전 4.6.1
최근 업데이트 2024-01-25
출시 날짜 2020-05-18
평점 4.58/5 총 101 개의 평점
개발자 https://scrab.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://scrab.in
도움말 페이지 URL https://help.findthatlead.com/en/?q=Scrab.in
개인정보 보호 정책 페이지 URL https://scrab.in/en/privacy
지원되는 언어 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\/*"
        ]
    }
}