Superpowers for LinkedIn
Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.
Cos'è Superpowers for LinkedIn?
Superpowers for LinkedIn è un'estensione di Chrome sviluppata da Clemens Teichmann, e la sua funzione principale è "Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Superpowers for LinkedIn
Scarica i file di estensione Superpowers for LinkedIn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
= 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
Informazioni di Base sull'Estensione
Nome | Superpowers for LinkedIn |
ID | obkjfcijfdhcnjhbomcfgaloojcphlla |
URL Ufficiale | https://chromewebstore.google.com/detail/superpowers-for-linkedin/obkjfcijfdhcnjhbomcfgaloojcphlla |
Descrizione | Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options. |
Dimensione del File | 27.48 KB |
Conteggio Installazioni | 3,127 |
Versione Corrente | 48 |
Ultimo Aggiornamento | 2023-12-21 |
Data di Pubblicazione | 2020-06-28 |
Valutazione | 3.73/5 Totale 15 Valutazioni |
Sviluppatore | Clemens Teichmann |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.clemensteichmann.com/superpowers-for-linkedin |
Lingue Supportate | 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" ] } ] } |