Linkedin Powertools

Helping you Engage and Grow on LinkedIn

Linkedin Powertools क्या है?

Linkedin Powertools sam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helping you Engage and Grow on LinkedIn"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Linkedin Powertools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Linkedin Powertools Linkedin Powertools
ID ebbpbbdigdenlglbdlpnbbonofdaahlf
आधिकारिक URL https://chrome.google.com/webstore/detail/linkedin-powertools/ebbpbbdigdenlglbdlpnbbonofdaahlf
विवरण Helping you Engage and Grow on LinkedIn
फ़ाइल का आकार 1.07 MB
स्थापना संख्या 381
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2023-02-08
प्रकाशन तिथि 2022-12-29
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर sam
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.linkedinpowertools.com/
समर्थित भाषाएँ 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"
    }
}