Linkedia
Level up your Linkedin experience with AI
Linkedia là gì?
Linkedia là một tiện ích mở rộng Chrome được phát triển bởi Guillaume Reygner, và tính năng chính của nó là "Level up your Linkedin experience with AI".
Ả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 Linkedia
Tải xuống các tệp mở rộng Linkedia 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
activate the power of AI for Linkedin powered by OpenAI. respond to posts or messages in one click based on your feelings about the post/message.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Linkedia |
ID | onclbifkkglhmjhpnlfkcfhhbmjaopdc |
URL Chính Thức | https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc |
Mô tả | Level up your Linkedin experience with AI |
Kích Thước Tệp | 90.78 KB |
Số Lần Cài Đặt | 276 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-02-01 |
Ngày Phát Hành | 2023-01-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Guillaume Reygner |
[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": 3, "name": "Linkedia", "version": "1.0", "author": "Guillaume Reygner", "description": "Level up your Linkedin experience with AI", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |