Linkedin Powertools

Helping you Engage and Grow on LinkedIn

Qu'est-ce que Linkedin Powertools ?

Linkedin Powertools est une extension Chrome développée par sam, et sa fonction principale est "Helping you Engage and Grow on LinkedIn".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Linkedin Powertools

Téléchargez les fichiers d'extension Linkedin Powertools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Linkedin Powertools Linkedin Powertools
ID ebbpbbdigdenlglbdlpnbbonofdaahlf
URL Officiel https://chrome.google.com/webstore/detail/linkedin-powertools/ebbpbbdigdenlglbdlpnbbonofdaahlf
Description Helping you Engage and Grow on LinkedIn
Taille du Fichier 1.07 MB
Nombre d'Installations 381
Version Actuelle 1.3.2
Dernière Mise à Jour 2023-02-08
Date de Publication 2022-12-29
Évaluation 3.00/5 Total 1 Évaluations
Développeur sam
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.linkedinpowertools.com/
Langues Prises en Charge 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"
    }
}