Accept All Connections

Accept All your Linkedin Connections with one button click!

Accept All Connections란 무엇입니까?

Accept All Connections은(는) lessonryan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accept All your Linkedin Connections with one button click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Accept All Connections 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Accept All Connections Accept All Connections
ID ecmedcpghailafalmpdkgblojgfaajgg
공식 URL https://chromewebstore.google.com/detail/accept-all-connections/ecmedcpghailafalmpdkgblojgfaajgg
설명 Accept All your Linkedin Connections with one button click!
파일 크기 85.19 KB
설치 횟수 95
현재 버전 1.0
최근 업데이트 2020-12-10
출시 날짜 2020-12-07
개발자 lessonryan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://youtube.com/lessononcoding
도움말 페이지 URL https://lessononcoding.com
지원되는 언어 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"
    }
}