LinkedIn Poll Extractor

An extension to help you extract and download the results from your polls from Linkedin.

LinkedIn Poll Extractor란 무엇입니까?

LinkedIn Poll Extractor은(는) Icelabz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to help you extract and download the results from your polls from Linkedin."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LinkedIn Poll Extractor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A chrome extension that allows you to download a list of all the users and their responses of a group poll on Linkedin®. 
This allows recruiters to reach out to individuals hinting on job changes.
This allows sales development representatives to reach out to people who are interested in your products by pre-qualifying them using polls.


Linkedin® Polls are great way to generate leads as well as connection to build relationships that are relevant and to active users of Linkedin.

Use Case:
Qualifying Users Interested in a Specific Topic
One of the primary uses for the LinkedIn poll app chrome extension is to help businesses and marketers qualify users interested in a specific topic. With the ability to download information on all users who have responded to a poll posted in a particular group, it becomes easier to identify individuals who are interested in a particular subject. Businesses can then use this information to create targeted marketing campaigns on LinkedIn or other social media channels to reach out to these individuals. Additionally, companies could use this information to create content that addresses the specific interests and needs of these users.

Reaching out to People for Sales
The LinkedIn poll app chrome extension can also be used to help businesses reach out to people for sales purposes. Rather than cold-calling or cold-emailing potential customers, businesses can use the poll results to identify people who have expressed an interest in a particular topic or product. This information can then be used to inform a more personalized sales pitch or outreach message, which is more likely to be successful than a generic marketing message. Additionally, because these individuals have already expressed an interest in the product or topic in question, they are more likely to engage in a conversation or respond to an outreach message.

Sales Outreach
One of the most significant advantages of the LinkedIn poll chrome extension is reaching out to users for sales. After extracting profile links, businesses can identify potential customers that are interested in their offering and reach out to them for sales. This outreach method can be perfect for businesses as it reached out to people who may already have a keen interest in your product, which reduces friction and gets your foot in the door. By initiating discussions and offering a solution to user’s products or service problems, this outreach method increases the chances of converting prospects into customers. Moreover, spreading awareness and building good relationships through outreach can improve brand reputation and build brand loyalty.

Building Relationships
Finally, the LinkedIn poll app chrome extension can be used to help businesses build relationships with potential customers or industry contacts. Because businesses can see a full list of individuals who have responded to a poll, they can easily connect with these individuals on LinkedIn or other social media channels. From there, they can engage in conversations, share information, and start building relationships with these individuals. Over time, these relationships can lead to more business opportunities, collaborations, and partnerships, helping businesses to grow and expand their networks.                    

확장 프로그램 기본 정보

이름 LinkedIn Poll Extractor LinkedIn Poll Extractor
ID gbleadepbklogeaabdocokhgpfemkmdp
공식 URL https://chromewebstore.google.com/detail/linkedin-poll-extractor/gbleadepbklogeaabdocokhgpfemkmdp
설명 An extension to help you extract and download the results from your polls from Linkedin.
파일 크기 216 KB
설치 횟수 154
현재 버전 1.2.43
최근 업데이트 2023-08-01
출시 날짜 2023-05-10
개발자 Icelabz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkscanr.com/linkscanr-linkedin-poll-extractor/
도움말 페이지 URL https://linkscanr.com/support-page/
개인정보 보호 정책 페이지 URL https://linkscanr.com/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "An extension to help you extract and download the results from your polls from Linkedin. ",
    "version": "1.2.43",
    "manifest_version": 3,
    "name": "LinkedIn Poll Extractor",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "128.png"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "128.png",
                "48.png",
                "32.png",
                "16.png"
            ],
            "matches": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ]
}