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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Link'Vit, mass invits and messages Linkedin

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}