Accept All Connections

Accept All your Linkedin Connections with one button click!

Cos'è Accept All Connections?

Accept All Connections è un'estensione di Chrome sviluppata da lessonryan, e la sua funzione principale è "Accept All your Linkedin Connections with one button click!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Accept All Connections

Scarica i file di estensione Accept All Connections in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Accept All Connections Accept All Connections
ID ecmedcpghailafalmpdkgblojgfaajgg
URL Ufficiale https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg
Descrizione Accept All your Linkedin Connections with one button click!
Dimensione del File 85.19 KB
Conteggio Installazioni 95
Versione Corrente 1.0
Ultimo Aggiornamento 2020-12-10
Data di Pubblicazione 2020-12-07
Sviluppatore lessonryan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://youtube.com/lessononcoding
URL della Pagina di Aiuto https://lessononcoding.com
Lingue Supportate 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"
    }
}