Link'Vit, mass invits and messages Linkedin

Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s).

Link'Vit, mass invits and messages Linkedin क्या है?

Link'Vit, mass invits and messages Linkedin Hack Studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s)."।

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

screenshot
screenshot

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

crx प्रारूप में Link'Vit, mass invits and messages Linkedin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Make a search on Linkedin. LinkVit will detect "add" button and add a button on the result page.

Click on the button :-)

Then you will have a popup with informations to fill like "search term" (add people who have only this field in their job title), "rejected term" and message.

Add up to 50 contacts on Linkedin with a non premium plan. 

New : You can delete now invitations older than 'your criteria' days where 'your criteria' represents a number of days. 

If you like it, please give us 5 stars on ChromeStore.

With a premium plan, you don't have a limit. 

Enjoy and stars if you like it :-)

Social selling, linkedin, sales navigator, marketing automation, marketing                    

एक्सटेंशन की मूल जानकारी

नाम Link'Vit, mass invits and messages Linkedin Link'Vit, mass invits and messages Linkedin
ID lphfogbcapkfkfkdboppgihnfbelkdbn
आधिकारिक URL https://chrome.google.com/webstore/detail/linkvit-mass-invits-and-m/lphfogbcapkfkfkdboppgihnfbelkdbn
विवरण Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s).
फ़ाइल का आकार 1004 KB
स्थापना संख्या 782
वर्तमान संस्करण 0.0.0.8
अंतिम अपडेट 2018-10-29
प्रकाशन तिथि 2018-10-29
रेटिंग 2.91/5 कुल 11 रेटिंग्स
डेवलपर Hack Studio
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Tchangang/LinkVit/blob/master/README.md
सहायता पृष्ठ URL https://github.com/Tchangang/LinkVit/blob/master/README.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link'Vit, mass invits and messages Linkedin",
    "description": "Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s).",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "notifications",
        "webRequestBlocking",
        "webRequest"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/search\/*",
                "https:\/\/www.linkedin.com\/mynetwork\/invitation-manager\/sent\/*"
            ],
            "js": [
                "\/libs\/jquery.min.js",
                "script.js",
                "removeOldScript.js",
                "\/libs\/jquery-ui.min.js"
            ],
            "css": [
                "\/css\/fontawesome.css",
                "\/css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "*.png",
        "*.ttf",
        "*.png",
        "*.eot",
        "*.otf",
        "*.woff",
        "\/css\/fonts\/.*",
        "\/css\/*.*",
        ""
    ],
    "browser_action": {
        "default_title": "Link'Vit"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}