Superpowers for LinkedIn

Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.

Superpowers for LinkedIn là gì?

Superpowers for LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi Clemens Teichmann, và tính năng chính của nó là "Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Superpowers for LinkedIn

Tải xuống các tệp mở rộng Superpowers for LinkedIn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        = 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Superpowers for LinkedIn Superpowers for LinkedIn
ID obkjfcijfdhcnjhbomcfgaloojcphlla
URL Chính Thức https://chromewebstore.google.com/detail/superpowers-for-linkedin/obkjfcijfdhcnjhbomcfgaloojcphlla
Mô tả Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.
Kích Thước Tệp 27.48 KB
Số Lần Cài Đặt 3,127
Phiên Bản Hiện Tại 48
Cập Nhật Lần Cuối 2023-12-21
Ngày Phát Hành 2020-06-28
Đánh Giá 3.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Clemens Teichmann
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.clemensteichmann.com/superpowers-for-linkedin
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}