Superpowers for LinkedIn
Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.
¿Qué es Superpowers for LinkedIn?
Superpowers for LinkedIn es una extensión de Chrome desarrollada por Clemens Teichmann, y su función principal es "Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Superpowers for LinkedIn
Descarga archivos de extensión Superpowers for LinkedIn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
= 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
Información Básica de la Extensión
Nombre | Superpowers for LinkedIn |
ID | obkjfcijfdhcnjhbomcfgaloojcphlla |
URL Oficial | https://chromewebstore.google.com/detail/superpowers-for-linkedin/obkjfcijfdhcnjhbomcfgaloojcphlla |
Descripción | Mass connect, mass withdraw invitation and mass view profile on LinkedIn with powerful options. |
Tamaño del Archivo | 27.48 KB |
Cantidad de Instalaciones | 3,127 |
Versión Actual | 48 |
Última Actualización | 2023-12-21 |
Fecha de Publicación | 2020-06-28 |
Calificación | 3.73/5 Total de 15 Calificaciones |
Desarrollador | Clemens Teichmann |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.clemensteichmann.com/superpowers-for-linkedin |
Idiomas Soportados | 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" ] } ] } |