Superpowers for LinkedIn
Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.
Superpowers for LinkedInคืออะไร?
Superpowers for LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clemens Teichmann และคุณลักษณะหลักของมันคือ "Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Superpowers for LinkedIn
ดาวน์โหลดไฟล์ส่วนขยาย Superpowers for LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
= MASS CONNECT = It works on the search people, group members and Sales Navigator search view. = MASS WITHDRAW INVITATION = It works on your sent invitations view. = MASS FOLLOW = It works on the search people and group members view. = MASS UNFOLLOW = It works on your following view. = MASS VIEW PROFILE = It works on the search people, group members and Sales Navigator search view. = AUTOPILOT = Performs a series of actions and repeats them after a certain pause. = CUSTOMIZE WITH POWERFUL OPTIONS = At the top right click the icon (bolt) and then click Options. Note: You need to add the extension first. = CAUTION = Please carefully read the LinkedIn User Agreement and the LinkedIn help article about Invitation Restrictions. Please find FAQ and Changelog on the website https://www.clemensteichmann.com/superpowers-for-linkedin
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Superpowers for LinkedIn |
ID | obkjfcijfdhcnjhbomcfgaloojcphlla |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/superpowers-for-linkedin/obkjfcijfdhcnjhbomcfgaloojcphlla |
คำอธิบาย | Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options. |
ขนาดไฟล์ | 27.48 KB |
จำนวนการติดตั้ง | 3,127 |
เวอร์ชันปัจจุบัน | 48 |
อัปเดตครั้งล่าสุด | 2023-12-21 |
วันที่เผยแพร่ | 2020-06-28 |
คะแนน | 3.73/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Clemens Teichmann |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.clemensteichmann.com/superpowers-for-linkedin |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Clemens Teichmann", "description": "Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.", "manifest_version": 3, "name": "Superpowers for LinkedIn", "homepage_url": "https:\/\/www.clemensteichmann.com\/superpowers-for-linkedin", "version": "48", "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_start", "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "16": "images\/superpowers_for_linkedin16.png", "48": "images\/superpowers_for_linkedin48.png", "128": "images\/superpowers_for_linkedin128.png" }, "permissions": [ "storage", "tabs", "unlimitedStorage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "resources": [ "app.js" ] } ] } |