Accept All Connections
Accept All your Linkedin Connections with one button click!
Hvad er Accept All Connections?
Accept All Connections er en Chrome-udvidelse udviklet af lessonryan, og dens hovedfunktion er "Accept All your Linkedin Connections with one button click!".
Udvidelsesskærmbilleder
Download Accept All Connections-udvidelses-CRX-fil
Download Accept All Connections-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Accept All Connections |
ID | ecmedcpghailafalmpdkgblojgfaajgg |
Officiel URL | https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg |
Beskrivelse | Accept All your Linkedin Connections with one button click! |
Filstørrelse | 85.19 KB |
Antal Installationer | 95 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-12-10 |
Udgivelsesdato | 2020-12-07 |
Udvikler | lessonryan |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://youtube.com/lessononcoding |
Hjælpeside-URL | https://lessononcoding.com |
Understøttede Sprog | 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" } } |