LinkedON - LinkedIn Automation

LinkedIn Automation

LinkedON - LinkedIn Automation란 무엇입니까?

LinkedON - LinkedIn Automation은(는) https://linkedon.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LinkedIn Automation"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LinkedON - LinkedIn Automation 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PowerON your LinkedIn and automate connects and messages.                    

확장 프로그램 기본 정보

이름 LinkedON - LinkedIn Automation LinkedON - LinkedIn Automation
ID bdalcochcgbleonglonhiedagcggpdeo
공식 URL https://chromewebstore.google.com/detail/linkedon-linkedin-automat/bdalcochcgbleonglonhiedagcggpdeo
설명 LinkedIn Automation
파일 크기 442 KB
설치 횟수 223
현재 버전 2.0.17
최근 업데이트 2021-09-27
출시 날짜 2020-07-16
평점 3.00/5 총 2 개의 평점
개발자 https://linkedon.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkedon.io/
개인정보 보호 정책 페이지 URL https://petrovdigital.io/legal
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedON - LinkedIn Automation",
    "version": "2.0.17",
    "manifest_version": 2,
    "description": "LinkedIn Automation",
    "short_name": "LinkedON",
    "browser_action": {
        "default_icon": "img\/icons\/on48.png",
        "default_title": "LinkedON"
    },
    "icons": {
        "16": "img\/icons\/on16.png",
        "48": "img\/icons\/on48.png",
        "128": "img\/icons\/on128.png"
    },
    "options_ui": {
        "page": "app.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "libs\/resizer.parent.js",
                "js\/utils.js",
                "js\/linkedon_api.js",
                "js\/linkedin_helper.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/app.linkedon.io\/lon\/*\/widget.html*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "js\/utils.js",
                "js\/linkedon_api.js",
                "js\/content\/widget.js",
                "libs\/resizer.child.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-3.3.1.min.js",
            "js\/utils.js",
            "js\/linkedon_api.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/*.linkedon.io\/*",
        "activeTab",
        "notifications",
        "management",
        "webRequest",
        "webRequestBlocking",
        "cookies"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.intercom.io https:\/\/*.intercomcdn.com; object-src 'self'"
}