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開發的Chrome擴展程式,該擴展的主要功能是“Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s).”。

擴展截圖

screenshot
screenshot

下載Link'Vit, mass invits and messages Linkedin擴展crx文件

下載Link'Vit, mass invits and messages Linkedin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}