Linvo

Linvo - Sell More. Win Linkedin.

Linvoとは何ですか?

Linvoはhttps://linvo.ioによって開発されたChromeの拡張機能で、その主な機能は「Linvo - Sell More. Win Linkedin.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Linvo拡張機能のCRXファイルをダウンロード

Linvo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}