Accept All Connections
Accept All your Linkedin Connections with one button click!
Was ist Accept All Connections?
Accept All Connections ist eine Chrome-Erweiterung, die von lessonryan entwickelt wurde, und ihr Hauptmerkmal ist "Accept All your Linkedin Connections with one button click!".
Erweiterungsscreenshots
Accept All Connections-Erweiterungs-CRX-Datei herunterladen
Laden Sie Accept All Connections-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Accept all your Linkedin connections with one button click! No Longer will you have to go through every connection one by one to approve. Let's all expand our professional network!
Grundlegende Informationen zur Erweiterung
Name | Accept All Connections |
ID | ecmedcpghailafalmpdkgblojgfaajgg |
Offizielle URL | https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg |
Beschreibung | Accept All your Linkedin Connections with one button click! |
Dateigröße | 85.19 KB |
Installationsanzahl | 95 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-12-10 |
Veröffentlichungsdatum | 2020-12-07 |
Entwickler | lessonryan |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://youtube.com/lessononcoding |
Hilfeseite URL | https://lessononcoding.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accept All Connections", "author": "Ryan Lesson", "description": "Accept All your Linkedin Connections with one button click!", "version": "1.0", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "https:\/\/linkedin.com\/*" ], "browser_action": { "default_icon": { "32": "images\/icons\/loc-32.png", "128": "images\/icons\/loc-128.png" }, "default_popup": "popup.html" }, "icons": { "32": "images\/icons\/loc-32.png", "128": "images\/icons\/loc-128.png" } } |