Quiklist - Quickly build B2B contact lists

Quickly build B2B contact lists in less than 5 minutes

Quiklist - Quickly build B2B contact lists란 무엇입니까?

Quiklist - Quickly build B2B contact lists은(는) quiklist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly build B2B contact lists in less than 5 minutes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Quiklist - Quickly build B2B contact lists 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ****HOW TO USE****
1. Open Linkedin Sales Navigator or the Linkedin profile(s) of the contacts you want to add
2. Click the extension icon to activate the application
3. Export as csv or spreadsheet or simply copy the email addresses listed


****ABOUT QUIKLIST****
LinkedIn’s social network has over half a billion active users and counting.

LinkedIn is the biggest database of professional profiles in the world. With advanced search options to filter search results by target market, LinkedIn allows you to find relevant leads for your cold calling or emailing goals - 

We developed a service called Quiklist, which allows you to instantaneously generate lists of contact data, including phone numbers and email addresses, from LinkedIn profiles 

Using these two options together, LinkedIn and Quiklist, will provide you with a sales contact list suited to your needs.

****WHO IS IT FOR?****
- Sales professional, recruiters, headhunters, account managers, marketers, business developers, and people with direct client relationships.
- Professionals looking to increase their productivity and efficiency
- Teams, project managers, coordinators and internal communications

Website: www.quiklist.io
LinkedIn: https://www.linkedin.com/company/quiklist/

QUIKLIST EXTENSION:
- Our extension is available for Chrome

Questions? Drop us an email at hello(at)salence.us                    

확장 프로그램 기본 정보

이름 Quiklist - Quickly build B2B contact lists Quiklist - Quickly build B2B contact lists
ID geiifogbppillhakmonhkkihkghflodk
공식 URL https://chromewebstore.google.com/detail/quiklist-quickly-build-b2/geiifogbppillhakmonhkkihkghflodk
설명 Quickly build B2B contact lists in less than 5 minutes
파일 크기 1.19 MB
설치 횟수 84
현재 버전 7.2
최근 업데이트 2022-08-07
출시 날짜 2020-05-01
평점 5.00/5 총 1 개의 평점
개발자 quiklist
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://quiklist.io
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quiklist - Quickly build B2B contact lists",
    "version": "7.2",
    "description": "Quickly build B2B contact lists in less than 5 minutes",
    "default_icon": {
        "16": "favicon\/favicon-16x16.png",
        "32": "favicon\/favicon-32x32.png",
        "48": "favicon\/48.png",
        "128": "favicon\/favicon.ico"
    },
    "icons": {
        "16": "favicon\/favicon-16x16.png",
        "32": "favicon\/favicon-32x32.png",
        "48": "favicon\/48.png",
        "128": "favicon\/favicon.ico"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "firebase.js"
    },
    "action": {
        "default_popup": "popout.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "stripe\/*",
                "stripeFrame.html"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "manifest_version": 3
}