Accept All Connections

Accept All your Linkedin Connections with one button click!

What is Accept All Connections?

Accept All Connections is a Chrome extension developed by lessonryan, and its main feature is "Accept All your Linkedin Connections with one button click!".

Extension Screenshots

screenshot
screenshot

Download Accept All Connections Extension CRX File

Download Accept All Connections extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Accept All Connections Accept All Connections
ID ecmedcpghailafalmpdkgblojgfaajgg
Official URL https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg
Description Accept All your Linkedin Connections with one button click!
File Size 85.19 KB
Installation Count 95
Current Version 1.0
Last Updated 2020-12-10
Publish Date 2020-12-07
Developer lessonryan
Email [email protected]
Payment Type free
Extension Website https://youtube.com/lessononcoding
Help Page URL https://lessononcoding.com
Supported Languages 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"
    }
}