Accept All Connections
Accept All your Linkedin Connections with one button click!
Wat is Accept All Connections?
Accept All Connections is een Chrome-extensie ontwikkeld door lessonryan, en de belangrijkste functie is "Accept All your Linkedin Connections with one button click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Accept All Connections
Download Accept All Connections-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Accept All Connections |
ID | ecmedcpghailafalmpdkgblojgfaajgg |
Officiële URL | https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg |
Beschrijving | Accept All your Linkedin Connections with one button click! |
Bestandsgrootte | 85.19 KB |
Aantal Installaties | 95 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-12-10 |
Publicatiedatum | 2020-12-07 |
Ontwikkelaar | lessonryan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://youtube.com/lessononcoding |
Help Pagina-URL | https://lessononcoding.com |
Ondersteunde Talen | 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" } } |