LinkedON - LinkedIn Automation
LinkedIn Automation
LinkedON - LinkedIn Automation là gì?
LinkedON - LinkedIn Automation là một tiện ích mở rộng Chrome được phát triển bởi https://linkedon.io, và tính năng chính của nó là "LinkedIn Automation".
Ả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 LinkedON - LinkedIn Automation
Tải xuống các tệp mở rộng LinkedON - LinkedIn Automation 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
PowerON your LinkedIn and automate connects and messages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LinkedON - LinkedIn Automation |
ID | bdalcochcgbleonglonhiedagcggpdeo |
URL Chính Thức | https://chromewebstore.google.com/detail/linkedon-linkedin-automat/bdalcochcgbleonglonhiedagcggpdeo |
Mô tả | LinkedIn Automation |
Kích Thước Tệp | 442 KB |
Số Lần Cài Đặt | 223 |
Phiên Bản Hiện Tại | 2.0.17 |
Cập Nhật Lần Cuối | 2021-09-27 |
Ngày Phát Hành | 2020-07-16 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://linkedon.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://linkedon.io/ |
URL Trang Chính Sách Bảo Mật | https://petrovdigital.io/legal |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedON - LinkedIn Automation", "version": "2.0.17", "manifest_version": 2, "description": "LinkedIn Automation", "short_name": "LinkedON", "browser_action": { "default_icon": "img\/icons\/on48.png", "default_title": "LinkedON" }, "icons": { "16": "img\/icons\/on16.png", "48": "img\/icons\/on48.png", "128": "img\/icons\/on128.png" }, "options_ui": { "page": "app.html", "chrome_style": false, "open_in_tab": true }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "libs\/jquery-3.3.1.min.js", "libs\/resizer.parent.js", "js\/utils.js", "js\/linkedon_api.js", "js\/linkedin_helper.js" ], "run_at": "document_end" }, { "all_frames": true, "matches": [ "https:\/\/app.linkedon.io\/lon\/*\/widget.html*" ], "js": [ "libs\/jquery-3.3.1.min.js", "js\/utils.js", "js\/linkedon_api.js", "js\/content\/widget.js", "libs\/resizer.child.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "libs\/jquery-3.3.1.min.js", "js\/utils.js", "js\/linkedon_api.js", "js\/background.js" ] }, "web_accessible_resources": [], "permissions": [ "tabs", "storage", "*:\/\/*.linkedin.com\/*", "https:\/\/*.linkedon.io\/*", "activeTab", "notifications", "management", "webRequest", "webRequestBlocking", "cookies" ], "content_security_policy": "script-src 'self' https:\/\/*.intercom.io https:\/\/*.intercomcdn.com; object-src 'self'" } |