LinkedIn Poll Extractor

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

What is LinkedIn Poll Extractor?

LinkedIn Poll Extractor is a Chrome extension developed by Icelabz, and its main feature is "An extension to help you extract and download the results from your polls from Linkedin.".

Extension Screenshots

screenshot
screenshot

Download LinkedIn Poll Extractor Extension CRX File

Download LinkedIn Poll Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LinkedIn Poll Extractor LinkedIn Poll Extractor
ID gbleadepbklogeaabdocokhgpfemkmdp
Official URL https://chromewebstore.google.com/detail/linkedin-poll-extractor/gbleadepbklogeaabdocokhgpfemkmdp
Description An extension to help you extract and download the results from your polls from Linkedin.
File Size 216 KB
Installation Count 154
Current Version 1.2.43
Last Updated 2023-08-01
Publish Date 2023-05-10
Developer Icelabz
Email [email protected]
Payment Type free
Extension Website https://linkscanr.com/linkscanr-linkedin-poll-extractor/
Help Page URL https://linkscanr.com/support-page/
Privacy Policy Page URL https://linkscanr.com/privacy-policy
Supported Languages 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\/*"
    ]
}