Linvo

Linvo - Sell More. Win Linkedin.

Linvo क्या है?

Linvo https://linvo.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linvo - Sell More. Win Linkedin."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Linvo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}