Linkedin Powertools
Helping you Engage and Grow on LinkedIn
什么是Linkedin Powertools?
Linkedin Powertools是由sam开发的Chrome扩展程序,该扩展的主要功能是“Helping you Engage and Grow on LinkedIn”。
扩展截图
下载Linkedin Powertools扩展crx文件
下载Linkedin Powertools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |