linkedin-google-chrome-extension

Google Chrome extension that is working with “Linkedin.com”

linkedin-google-chrome-extension란 무엇입니까?

linkedin-google-chrome-extension은(는) getleadscc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Chrome extension that is working with “Linkedin.com”"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

linkedin-google-chrome-extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Getleads.cc is the secret weapon of every salesperson.
Do not waste your time with qualifying prospects - simply focus on closing deals.
Getleads.cc brings you automatically warm leads that are willing to start negotiations about business with you. - Without coldcalling or any marketing advertisement spent.

How to use it?

1. Install the Getleads.cc Chrome extension.
2. Create a free Getleads.cc account on https://www.getleads.cc
2. Go to any Linkedin, Xing or other supported social media  profile and save prospects.
3. Or you can search leads in Linkedin search or Sales Navigator and select leads with checkboxes or set how many pages of search results do you need to save.

For any further questions about email finder, feel free to contact us.                    

확장 프로그램 기본 정보

이름 linkedin-google-chrome-extension linkedin-google-chrome-extension
ID dhkafidmodkmomfaacplcphbnkgifiag
공식 URL https://chrome.google.com/webstore/detail/linkedin-google-chrome-ex/dhkafidmodkmomfaacplcphbnkgifiag
설명 Google Chrome extension that is working with “Linkedin.com”
파일 크기 417 KB
설치 횟수 41
현재 버전 2.0.2
최근 업데이트 2020-11-13
출시 날짜 2020-06-17
개발자 getleadscc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.getleads.cc/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "linkedin-google-chrome-extension",
    "description": "Google Chrome extension that is working with \u201cLinkedin.com\u201d",
    "version": "2.0.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "linkedin-google-chrome-extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/*.xing.com\/",
        "https:\/\/app.getleads.cc\/",
        "https:\/\/testserver.getleads.cc\/"
    ]
}