Linkedly
Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.
Linkedly là gì?
Linkedly là một tiện ích mở rộng Chrome được phát triển bởi https://linkedly.app, và tính năng chính của nó là "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.".
Ả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 Linkedly
Tải xuống các tệp mở rộng Linkedly 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
Linkedly is a networking tool that enhances your chances of receiving responses while networking, and it also assists in keeping track of your outreach efforts. It features: - Personalized reach-out message generator using Chat GPT - Email Address generator - List builder of people you have reached out to - Download built lists to Excel
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Linkedly |
ID | imogamaabehbgfjmddalkhmimcnmfmid |
URL Chính Thức | https://chromewebstore.google.com/detail/linkedly/imogamaabehbgfjmddalkhmimcnmfmid |
Mô tả | Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies. |
Kích Thước Tệp | 34.88 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-07-29 |
Ngày Phát Hành | 2023-07-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://linkedly.app |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://linkedly.app/ |
URL Trang Trợ Giúp | https://linkedly.app/support.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Linkedly", "version": "1.1.0", "description": "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.", "permissions": [ "tabs", "storage", "identity" ], "action": { "default_popup": "pageLoading\/loading.html", "default_icon": { "128": "images\/chainlogoblacksmall.png" } }, "oauth2": { "client_id": "434880350039-oa4f7bc3k4shqjq5ev3edhvcj3itjvdv.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, "host_permissions": [ "https:\/\/www.linkedin.com\/in\/*", "http:\/\/www.linkedin.com\/in\/*", "https:\/\/linkedly.app\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/in\/*", "http:\/\/www.linkedin.com\/in\/*" ], "js": [ "content.js" ] } ] } |