CR LinkedIn Automatic Message Sender
Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.
CR LinkedIn Automatic Message Sender là gì?
CR LinkedIn Automatic Message Sender là một tiện ích mở rộng Chrome được phát triển bởi connectionrequests.com, và tính năng chính của nó là "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.".
Ả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 CR LinkedIn Automatic Message Sender
Tải xuống các tệp mở rộng CR LinkedIn Automatic Message Sender 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
It facilitates user to communicate with their LinkedIn fellows by using LinkedIn messaging service. Instead of sending messages to fellow LinkedIn user manually and investing lot of time user can install this extension and automate LinkedIn messaging. User can send customized messages to their fellow LinkedIn users which LinkedIn allows.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CR LinkedIn Automatic Message Sender |
ID | pfpchkdlfkmdflpfkmfimnljnfeohbml |
URL Chính Thức | https://chrome.google.com/webstore/detail/cr-linkedin-automatic-mes/pfpchkdlfkmdflpfkmfimnljnfeohbml |
Mô tả | Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool. |
Kích Thước Tệp | 2.46 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.2.6 |
Cập Nhật Lần Cuối | 2021-05-01 |
Ngày Phát Hành | 2021-02-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | connectionrequests.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://connectionrequests.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CR LinkedIn Automatic Message Sender", "version": "1.2.6", "description": "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.", "icons": { "16": "static\/img\/icon16.png", "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "browser_action": { "default_icon": "static\/img\/icon16.png", "default_title": "CR Message Sender", "default_popup": "popup.html" }, "options_page": "option.html", "background": { "persistent": false, "scripts": [ "background.main.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/search\/results\/*", "*:\/\/*.linkedin.com\/groups\/*\/members\/*" ], "js": [ "content.main.js" ], "run_at": "document_idle" } ], "permissions": [ "tabs", "storage", "webNavigation", "notifications" ] } |