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 là gì?
Link'Vit, mass invits and messages Linkedin là một tiện ích mở rộng Chrome được phát triển bởi Hack Studio, và tính năng chính của nó là "Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Link'Vit, mass invits and messages Linkedin
Tải xuống các tệp mở rộng Link'Vit, mass invits and messages Linkedin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | lphfogbcapkfkfkdboppgihnfbelkdbn |
URL Chính Thức | https://chrome.google.com/webstore/detail/linkvit-mass-invits-and-m/lphfogbcapkfkfkdboppgihnfbelkdbn |
Mô tả | Make a search and send mass invitations with customs messages within minutes. Delete invitation older than 'your criteria' day(s). |
Kích Thước Tệp | 1004 KB |
Số Lần Cài Đặt | 782 |
Phiên Bản Hiện Tại | 0.0.0.8 |
Cập Nhật Lần Cuối | 2018-10-29 |
Ngày Phát Hành | 2018-10-29 |
Đánh Giá | 2.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Hack Studio |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Tchangang/LinkVit/blob/master/README.md |
URL Trang Trợ Giúp | https://github.com/Tchangang/LinkVit/blob/master/README.md |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |