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 |
Eメール | [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" } } |