Linkedin Powertools
Helping you Engage and Grow on LinkedIn
Was ist Linkedin Powertools?
Linkedin Powertools ist eine Chrome-Erweiterung, die von sam entwickelt wurde, und ihr Hauptmerkmal ist "Helping you Engage and Grow on LinkedIn".
Erweiterungsscreenshots
Linkedin Powertools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Linkedin Powertools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Linkedin Powertools |
ID | ebbpbbdigdenlglbdlpnbbonofdaahlf |
Offizielle URL | https://chrome.google.com/webstore/detail/linkedin-powertools/ebbpbbdigdenlglbdlpnbbonofdaahlf |
Beschreibung | Helping you Engage and Grow on LinkedIn |
Dateigröße | 1.07 MB |
Installationsanzahl | 381 |
Aktuelle Version | 1.3.2 |
Letztes Update | 2023-02-08 |
Veröffentlichungsdatum | 2022-12-29 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | sam |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.linkedinpowertools.com/ |
Unterstützte Sprachen | 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" } } |