Superpowers for LinkedIn

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

Vad är Superpowers for LinkedIn?

Superpowers for LinkedIn är en Chrome-tillägg utvecklad av Clemens Teichmann, och dess huvudfunktion är "Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.".

Tilläggsskärmbilder

screenshot

Ladda ner Superpowers for LinkedIn-förlängningens CRX-fil

Ladda ner Superpowers for LinkedIn-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        = 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                    

Grundläggande Information om Tillägg

Namn Superpowers for LinkedIn Superpowers for LinkedIn
ID obkjfcijfdhcnjhbomcfgaloojcphlla
Officiell webbadress https://chromewebstore.google.com/detail/superpowers-for-linkedin/obkjfcijfdhcnjhbomcfgaloojcphlla
Beskrivning Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.
Filstorlek 27.48 KB
Antal Installationer 3,127
Aktuell Version 48
Senast Uppdaterad 2023-12-21
Publiceringsdatum 2020-06-28
Betyg 3.73/5 Totalt 15 Betyg
Utvecklare Clemens Teichmann
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.clemensteichmann.com/superpowers-for-linkedin
Stödda Språk 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"
            ]
        }
    ]
}