Linvo

Linvo - Sell More. Win Linkedin.

What is Linvo?

Linvo is a Chrome extension developed by https://linvo.io, and its main feature is "Linvo - Sell More. Win Linkedin.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Linvo Extension CRX File

Download Linvo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Linvo Linvo
ID gbiokpgbipklfamljmahhmlldgdffikk
Official URL https://chromewebstore.google.com/detail/linvo/gbiokpgbipklfamljmahhmlldgdffikk
Description Linvo - Sell More. Win Linkedin.
File Size 90.87 KB
Installation Count 481
Current Version 1.0.14
Last Updated 2022-02-05
Publish Date 2020-11-10
Rating 5.00/5 Total 22 Ratings
Developer https://linvo.io
Email [email protected]
Payment Type free
Extension Website https://linvo.io
Help Page URL https://linvo.io
Privacy Policy Page URL https://linvo.io/privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}