LI Tools
LI Tools: A tool for automating personalised LinkedIn Sales Navigator connection invites and messages.
LI Tools là gì?
LI Tools là một tiện ích mở rộng Chrome được phát triển bởi https://garethdaine.com, và tính năng chính của nó là "LI Tools: A tool for automating personalised LinkedIn Sales Navigator connection invites and messages.".
Ả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 LI Tools
Tải xuống các tệp mở rộng LI Tools 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
A simple Chrome extension that allows you to send personalised and automated connection requests and messages via LinkedIn Sales Navigator. Usage Once you're logged into LinkedIn Sales Navigator and have performed a search, or selected a saved search, simply click the circular LI Tools icon in your extension toolbar and it will bring up an options popup where you can modify the custom message sent and the max connection requests sent. Once you've filled in the required options, click the 'Start' button to begin sending out customised invites or messages, as well as paginating through each result set until it reaches the value set in 'Max. Invitation Requests/Messages'. To stop all outgoing connection/message requests, click the extension icon and click the 'Stop' button. NOTE: Use the 'Exclude contacted leads' filter in LinkedIn Sales Navigator when searching to remove connections/users you've already reached out to. This is handy when sending out the same message a few days later. NOTE: If you'd like to continue adding connections or sending messages after your initial run has finished, simply click the extension icon again and set the required options. But, please be aware that you may get suspended if you send out too many connection requests/messages in a single day. Extension Options • Max. Invitation Requests/Messages - The maximum amount of connection requests you wish to send in one run. • Custom Message - The custom message you'd like to send to each user. You can use {{ firstname }} anywhere in the custom message field to replace that value with the user's first name. UPDATE [13/03/2018]: You can now send out automated, personalised messages to your 1st degree network via Sales Navigator. UPDATE [23/03/2018]: Build 0.1.2 addresses a bug whereby multiple instances of a message were sent to the same recipient multiple times once the pagination hit the last page but the max requests had not been reached. This is now fixed. UPDATE [30/03/2018]: Build 0.1.3 adds a check to make sure no messages or connection requests are sent to people who have symbols as, or in, their first name. UPDATE [02/10/2018]: Build 0.1.4 fixes some bugs and updates code so that the extension now works with LinkedIn Sales Navigator's new interface and underlying HTML and Ember JS structure. PLEASE REPORT ANY BUGS YOU FIND. UPDATE [13/10/2018]: Build 0.1.5 fixes some bugs with pending requests and disabled buttons for connection requests and messages. UPDATE [09/01/2019]: Build 0.1.6 fixes a bug where the extension would break if an email was required to send a connection invite. This build now dismisses the modal dialog and continues.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LI Tools |
ID | gokinkodpplcoifimhclhnamkdkdnapl |
URL Chính Thức | https://chromewebstore.google.com/detail/li-tools/gokinkodpplcoifimhclhnamkdkdnapl |
Mô tả | LI Tools: A tool for automating personalised LinkedIn Sales Navigator connection invites and messages. |
Kích Thước Tệp | 11.57 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2019-01-09 |
Ngày Phát Hành | 2019-01-09 |
Nhà Phát Triển | https://garethdaine.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LI Tools", "version": "0.1.6", "short_name": "LI Tools", "description": "LI Tools: A tool for automating personalised LinkedIn Sales Navigator connection invites and messages.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/sales*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "declarativeContent" ] } |