Outreach Optimization on LinkedIn & Gmail

Outreach Optimization on LinkedIn & Gmail

Outreach Optimization on LinkedIn & Gmail란 무엇입니까?

Outreach Optimization on LinkedIn & Gmail은(는) https://app.leadspotting.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Outreach Optimization on LinkedIn & Gmail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Outreach Optimization on LinkedIn & Gmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        LeadSpot is a platform that helps LinkedIn marketers optimize their outreach.

It provides contact retrieval, CRM connection, and AI messaging, allowing users to easily connect with potential clients and partners and automatically personalize and send messages.

LeadSpot's CRM integration also enables users to track and manage their outreach efforts and measure the results of their campaigns.

By using LeadSpot, LinkedIn marketers can optimize their outreach and maximize their success on the platform.

LeadSpot is the ultimate LinkedIn marketing platform for professionals looking to simplify their outreach and prospecting efforts. With our platform, you can easily discover bulks of prospects with verified emails (accuracy rate of 96%), reach out to them with personalized, AI-suggested messages, and manage all your prospects in our intuitive CRM.

Some of our top features include the ability to find prospects with verified emails on LinkedIn, draft and send personalized messages with just a few clicks, and keep track of your leads in our CRM. Whether you're a marketing professional looking for accurate contact data, a salesperson trying to connect with prospects, or a business development professional expanding partnerships, LeadSpot has you covered.

So why wait? Download our extension now and get 5 free credits to start improving your LinkedIn outreach today!                    

확장 프로그램 기본 정보

이름 Outreach Optimization on LinkedIn & Gmail Outreach Optimization on LinkedIn & Gmail
ID ngeodglgpmplepchhghijjncnikifaed
공식 URL https://chromewebstore.google.com/detail/outreach-optimization-on/ngeodglgpmplepchhghijjncnikifaed
설명 Outreach Optimization on LinkedIn & Gmail
파일 크기 2.09 MB
설치 횟수 1,125
현재 버전 1.15.7
최근 업데이트 2024-01-31
출시 날짜 2021-01-07
평점 5.00/5 총 11 개의 평점
개발자 https://app.leadspotting.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.leadspotting.com
개인정보 보호 정책 페이지 URL https://app.leadspotting.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Outreach Optimization on LinkedIn & Gmail",
    "description": "Outreach Optimization on LinkedIn & Gmail",
    "version": "1.15.7",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg7usn3vKOOM\/tuLFjriIvhX9ko5KmAg\/77NyOOnH5\/i8iTz44jXasfq\/oMSd0bQLVJiaPJa2zEmO52nWiOHODHlelqMPW+1g06dADpWu6iux1DElRRdUc7TUvT611dD+upKh5xuMIPZ6EXkVnGp8k6JJuKXYysRNDFX8H+c6nOvJ11rceYn95kbYWAGvwFj4ftySfSE5o938g6P1JsMfPj3ZUhXxQ\/N9SnA2VBZzCi4uQFMk1MqCpwpKYtdbKpGfx8GeafUY2HhCceFtqm82NpEiTY\/DJqeFYha0ssn9GbfnNLHf1FC7D4BszyYmvTtQ8jDhLqxOEz2ZD3g6O8UE1QIDAQAB",
    "oauth2": {
        "client_id": "394507896197-s1ubg4r0gn5dvs4uq45g7bu6e7fli9cu.apps.googleusercontent.com",
        "scopes": [
            "openid"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/login.html",
                "popup\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/App icon 16x16.png",
        "48": "assets\/App icon 48x48.png",
        "128": "assets\/App icon 128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "iframe-style.css"
            ],
            "js": [
                "libs\/psl.min.js",
                "utilities.js",
                "selectors.js",
                "iframe-handler.js",
                "linkedinPlugin.js",
                "content.js",
                "responseRate.js",
                "companyEvents.js",
                "bulkCollection.js",
                "jquery-3.6.0.js",
                "libs\/moment.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "iframe-style.css"
            ],
            "js": [
                "libs\/psl.min.js",
                "utilities.js",
                "selectors.js",
                "iframe-handler.js",
                "contentGoogleMaps.js",
                "bulkCollection.js",
                "jquery-3.6.0.js",
                "libs\/moment.min.js"
            ]
        }
    ],
    "permissions": [
        "identity",
        "identity.email",
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/",
        "https:\/\/accounts.google.com\/o\/oauth2\/token"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/App icon 16x16.png",
        "default_title": "Linkedin Communication Platform"
    }
}