LinkedIn Auto-Connect

Grow Your Network in 1 Click

Wat is LinkedIn Auto-Connect?

LinkedIn Auto-Connect is een Chrome-extensie ontwikkeld door Wito Divaro, en de belangrijkste functie is "Grow Your Network in 1 Click".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie LinkedIn Auto-Connect

Download LinkedIn Auto-Connect-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

                        No sign up needed! (p.s. unless you upgrade to PRO)

Safe to use – over 10+ months and 100+ users have been safely using the extension. The extension fully emulates browser actions, thus LinkedIn can not track it.

LinkedIn Auto-Connect extension allows you to:
– Add 30 Connections in 1 Click
– Filter Out Specific Nationalities
– Filter connections based on their connections count
– Query connections based on location

LinkedIn Auto-Connect PRO (0.99$/m) aditionally allows you to:
– Filter connections by company

It is FREE to use, no hidden costs.

Built for users by user.                    

Basisinformatie over de Extensie

Naam LinkedIn Auto-Connect LinkedIn Auto-Connect
ID dcjimifcoocdjljbfliemdflggadbgff
Officiële URL https://chromewebstore.google.com/detail/linkedin-auto-connect/dcjimifcoocdjljbfliemdflggadbgff
Beschrijving Grow Your Network in 1 Click
Bestandsgrootte 328 KB
Aantal Installaties 389
Huidige Versie 1.3.2
Laatst Bijgewerkt 2023-11-13
Publicatiedatum 2023-08-06
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Wito Divaro
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://twitter.com/auto_linkedin
URL van de Privacybeleid Pagina https://www.notion.so/witodivaro/Privacy-Policy-89e1a0e229e84768b9cfd25ff0f5e037
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Auto-Connect",
    "version": "1.3.2",
    "description": "Grow Your Network in 1 Click",
    "manifest_version": 3,
    "author": "WITO DIVARO",
    "action": {
        "default_popup": "index.html",
        "default_title": "LinkedIn Auto-Connect",
        "default_icon": "images\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.linkedin.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}