Linkedin Powertools

Helping you Engage and Grow on LinkedIn

What is Linkedin Powertools?

Linkedin Powertools is a Chrome extension developed by sam, and its main feature is "Helping you Engage and Grow on LinkedIn".

Extension Screenshots

screenshot
screenshot

Download Linkedin Powertools Extension CRX File

Download Linkedin Powertools 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

                        Replying to comments and commenting on other people's posts is one of the best ways to grow on LinkedIn. 

LinkedIn Powertools let you use AI to generate comments that grow your reach and authority.

But these aren't your basic "great post" or "that's really interesting" comments.

Our tool allows you to define the tone of voice, type of comment and even add an extra flair such as a quote, question or add a link to the comment.

Continuing the conversation and providing value in the comments is how you grow your authority and win more clients                    

Extension Basic Information

Name Linkedin Powertools Linkedin Powertools
ID ebbpbbdigdenlglbdlpnbbonofdaahlf
Official URL https://chrome.google.com/webstore/detail/linkedin-powertools/ebbpbbdigdenlglbdlpnbbonofdaahlf
Description Helping you Engage and Grow on LinkedIn
File Size 1.07 MB
Installation Count 381
Current Version 1.3.2
Last Updated 2023-02-08
Publish Date 2022-12-29
Rating 3.00/5 Total 1 Ratings
Developer sam
Email [email protected]
Payment Type free
Extension Website https://www.linkedinpowertools.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linkedin Powertools",
    "description": "Helping you Engage and Grow on LinkedIn",
    "version": "1.3.2",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png"
    },
    "action": {
        "default_icon": "icons\/favicon-32x32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/feed\/",
                "https:\/\/www.linkedin.com\/in\/*\/recent-activity\/"
            ],
            "js": [
                "js\/contentScripts\/linkedinReplyGenerator.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}