Linkedin Powertools
Helping you Engage and Grow on LinkedIn
Linkedin Powertoolsคืออะไร?
Linkedin Powertools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sam และคุณลักษณะหลักของมันคือ "Helping you Engage and Grow on LinkedIn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkedin Powertools
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |