Linvo

Linvo - Sell More. Win Linkedin.

Linvo란 무엇입니까?

Linvo은(는) https://linvo.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Linvo - Sell More. Win Linkedin."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Linvo.io helps you to find your prospect's information quickly.

Head over to any Linkedin profile, and extract their information.

Linvo.io permissions
1. tabs - We use tabs to find your Linkedin tab and open new tabs
2. storage - We save your Linkedin cookie in our storage and our dashboard hash key.
3. content_scripts - We access our dashboard and Linkedin elements.                    

확장 프로그램 기본 정보

이름 Linvo Linvo
ID gbiokpgbipklfamljmahhmlldgdffikk
공식 URL https://chromewebstore.google.com/detail/linvo/gbiokpgbipklfamljmahhmlldgdffikk
설명 Linvo - Sell More. Win Linkedin.
파일 크기 90.87 KB
설치 횟수 481
현재 버전 1.0.14
최근 업데이트 2022-02-05
출시 날짜 2020-11-10
평점 5.00/5 총 22 개의 평점
개발자 https://linvo.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linvo.io
도움말 페이지 URL https://linvo.io
개인정보 보호 정책 페이지 URL https://linvo.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linvo",
    "version": "1.0.14",
    "description": "Linvo - Sell More. Win Linkedin.",
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.linvo.io\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.linvo.io\/*",
        "http:\/\/localhost:3000\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.linvo.io\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ]
}