Accept All Connections

Accept All your Linkedin Connections with one button click!

Co to jest Accept All Connections?

Accept All Connections to rozszerzenie Chrome opracowane przez lessonryan, a jego główną funkcją jest „Accept All your Linkedin Connections with one button click!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Accept All Connections

Pobierz pliki rozszerzeń Accept All Connections w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Accept All Connections Accept All Connections
ID ecmedcpghailafalmpdkgblojgfaajgg
Oficjalny URL https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg
Opis Accept All your Linkedin Connections with one button click!
Rozmiar pliku 85.19 KB
Liczba instalacji 95
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-12-10
Data Publikacji 2020-12-07
Deweloper lessonryan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://youtube.com/lessononcoding
Adres URL Strony Pomocy https://lessononcoding.com
Obsługiwane Języki 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"
    }
}