Linkedin Powertools
Helping you Engage and Grow on LinkedIn
Hvad er Linkedin Powertools?
Linkedin Powertools er en Chrome-udvidelse udviklet af sam, og dens hovedfunktion er "Helping you Engage and Grow on LinkedIn".
Udvidelsesskærmbilleder
Download Linkedin Powertools-udvidelses-CRX-fil
Download Linkedin Powertools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Linkedin Powertools |
ID | ebbpbbdigdenlglbdlpnbbonofdaahlf |
Officiel URL | https://chrome.google.com/webstore/detail/linkedin-powertools/ebbpbbdigdenlglbdlpnbbonofdaahlf |
Beskrivelse | Helping you Engage and Grow on LinkedIn |
Filstørrelse | 1.07 MB |
Antal Installationer | 381 |
Nuværende Version | 1.3.2 |
Senest Opdateret | 2023-02-08 |
Udgivelsesdato | 2022-12-29 |
Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
Udvikler | sam |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.linkedinpowertools.com/ |
Understøttede Sprog | 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" } } |