Linkedin Powertools
Helping you Engage and Grow on LinkedIn
Cos'è Linkedin Powertools?
Linkedin Powertools è un'estensione di Chrome sviluppata da sam, e la sua funzione principale è "Helping you Engage and Grow on LinkedIn".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkedin Powertools
Scarica i file di estensione Linkedin Powertools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Linkedin Powertools |
ID | ebbpbbdigdenlglbdlpnbbonofdaahlf |
URL Ufficiale | https://chrome.google.com/webstore/detail/linkedin-powertools/ebbpbbdigdenlglbdlpnbbonofdaahlf |
Descrizione | Helping you Engage and Grow on LinkedIn |
Dimensione del File | 1.07 MB |
Conteggio Installazioni | 381 |
Versione Corrente | 1.3.2 |
Ultimo Aggiornamento | 2023-02-08 |
Data di Pubblicazione | 2022-12-29 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | sam |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.linkedinpowertools.com/ |
Lingue Supportate | 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" } } |