LinkedIn Auto-Connect

Grow Your Network in 1 Click

LinkedIn Auto-Connect란 무엇입니까?

LinkedIn Auto-Connect은(는) Wito Divaro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grow Your Network in 1 Click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

LinkedIn Auto-Connect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 LinkedIn Auto-Connect LinkedIn Auto-Connect
ID dcjimifcoocdjljbfliemdflggadbgff
공식 URL https://chromewebstore.google.com/detail/linkedin-auto-connect/dcjimifcoocdjljbfliemdflggadbgff
설명 Grow Your Network in 1 Click
파일 크기 328 KB
설치 횟수 389
현재 버전 1.3.2
최근 업데이트 2023-11-13
출시 날짜 2023-08-06
평점 5.00/5 총 3 개의 평점
개발자 Wito Divaro
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://twitter.com/auto_linkedin
개인정보 보호 정책 페이지 URL https://www.notion.so/witodivaro/Privacy-Policy-89e1a0e229e84768b9cfd25ff0f5e037
지원되는 언어 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"
    }
}