Superpowers for LinkedIn

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

Superpowers for LinkedIn란 무엇입니까?

Superpowers for LinkedIn은(는) Clemens Teichmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options."입니다.

확장 프로그램 스크린샷

screenshot

Superpowers for LinkedIn 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        = 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 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"
            ]
        }
    ]
}