LinkedIn Assistant

Collect and store information about leads directly from LinkedIn

LinkedIn Assistant란 무엇입니까?

LinkedIn Assistant은(는) http://liassistant.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect and store information about leads directly from LinkedIn"입니다.

확장 프로그램 스크린샷

screenshot

LinkedIn Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        LI Assistant is a great tool to save your favorite LinkedIn candidate profiles to Airtable and Google Sheets. Instead of manually copying and pasting from the profile you're on, just use LI Assistant and automatically import the user's info and add some extra context.                    

확장 프로그램 기본 정보

이름 LinkedIn Assistant LinkedIn Assistant
ID cpgpnpdaehlfgdpfcdddjbkhfaflpbgn
공식 URL https://chrome.google.com/webstore/detail/linkedin-assistant/cpgpnpdaehlfgdpfcdddjbkhfaflpbgn
설명 Collect and store information about leads directly from LinkedIn
파일 크기 23.66 KB
설치 횟수 39
현재 버전 1.0
최근 업데이트 2022-03-30
출시 날짜 2022-03-30
개발자 http://liassistant.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://liassistant.com
도움말 페이지 URL https://liassistant.com/support
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Assistant",
    "description": "Collect and store information about leads directly from LinkedIn",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/lia16.png",
            "32": "\/img\/lia32.png",
            "48": "\/img\/lia48.png",
            "128": "\/img\/lia128.png"
        }
    },
    "icons": {
        "16": "\/img\/lia16.png",
        "32": "\/img\/lia32.png",
        "48": "\/img\/lia48.png",
        "128": "\/img\/lia128.png"
    }
}