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 |
官方網址 | 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" } } |